summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2013-08-07Merge tag 'trace-fixes-3.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2013-08-07NFSv4.1 Increase NFS4_DEF_SLOT_TABLE_SIZEAndy Adamson
2013-08-07NFS Remove unused authflavour parameter from init_clientAndy Adamson
2013-08-07NFS: Never use user credentials for lease renewalChuck Lever
2013-08-07NFS: Use root's credential for lease management when keytab is missingChuck Lever
2013-08-07NFSv4: Refuse mount attempts with proto=udpTrond Myklebust
2013-08-07nfs: verify open flags before allowing an atomic openJeff Layton
2013-08-07cifs: don't instantiate new dentries in readdir for inodes that need to be re...Jeff Layton
2013-08-07GFS2: don't overrun reserved revokesBenjamin Marzinski
2013-08-06f2fs: fix a deadlock in fsyncJin Xu
2013-08-06f2fs: remove redundant code from f2fs_write_beginNamjae Jeon
2013-08-06f2fs: add sysfs entries to select the gc policyNamjae Jeon
2013-08-06f2fs: add sysfs support for controlling the gc_threadNamjae Jeon
2013-08-05LOCKD: Don't call utsname()->nodename from nlmclnt_setlockargsTrond Myklebust
2013-08-05aio: fix error handling and rcu usage in "convert the ioctx list to table loo...Benjamin LaHaise
2013-08-05vfs: add missing check for __O_TMPFILE in fcntl_init()Zheng Liu
2013-08-05fs: Allow unprivileged linkat(..., AT_EMPTY_PATH) aka flinkAndy Lutomirski
2013-08-05fs: Fix file mode for O_TMPFILEAndy Lutomirski
2013-08-05reiserfs: fix deadlock in umountAl Viro
2013-08-02ext4: avoid reusing recently deleted inodes in no journal modeTheodore Ts'o
2013-07-31ocfs2/refcounttree: add the missing NULL check of the return value of find_or...Gu Zheng
2013-07-31udf: Refuse RW mount of the filesystem instead of making it ROJan Kara
2013-07-31udf: Standardize return values in mount sequenceJan Kara
2013-07-31isofs: Refuse RW mount of the filesystem instead of making it ROJan Kara
2013-07-31ext3: allow specifying external journal by pathname mount optionEric Sandeen
2013-07-31cifs: set sb->s_d_op before calling d_make_root()Jeff Layton
2013-07-31cifs: fix bad error handling in crypto codeJeff Layton
2013-07-31debugfs: debugfs_remove_recursive() must not rely on list_empty(d_subdirs)Oleg Nesterov
2013-07-31aio: be defensive to ensure request batching is non-zero instead of BUG_ON()Benjamin LaHaise
2013-07-31f2fs: remove an unneeded kfree(NULL)Dan Carpenter
2013-07-30cifs: file: initialize oparms.reconnect before using itAndi Shyti
2013-07-30Do not attempt to do cifs operations reading symlinks with SMB2Steve French
2013-07-30cifs: extend the buffer length enought for sprintf() usingChen Gang
2013-07-30xfs: WQ_NON_REENTRANT is meaningless and going awayTejun Heo
2013-07-30aio: convert the ioctx list to table lookup v3Benjamin LaHaise
2013-07-30aio: double aio_max_nr in calculationsBenjamin LaHaise
2013-07-30aio: Kill ki_dtorKent Overstreet
2013-07-30aio: Kill ki_usersKent Overstreet
2013-07-30aio: Kill unneeded kiocb membersKent Overstreet
2013-07-30aio: Kill aio_rw_vect_retry()Kent Overstreet
2013-07-30aio: Don't use ctx->tail unnecessarilyKent Overstreet
2013-07-30aio: io_cancel() no longer returns the io_eventKent Overstreet
2013-07-30aio: percpu ioctx refcountKent Overstreet
2013-07-30aio: percpu reqs_availableKent Overstreet
2013-07-30aio: reqs_active -> reqs_availableKent Overstreet
2013-07-30fs: 9p: use strlcpy instead of strncpyChen Gang
2013-07-30dlm: WQ_NON_REENTRANT is meaningless and going awayTejun Heo
2013-07-30GFS2: WQ_NON_REENTRANT is meaningless and going awayTejun Heo
2013-07-30f2fs: fix handling orphan inodesJaegeuk Kim
2013-07-30f2fs: move bio_private allocation out of f2fs_bio_alloc()Gu Zheng