aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2014-09-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 3-21/+19
2014-09-19Merge tag 'nfs-for-3.17-5' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 2-36/+42
2014-09-18Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 5-25/+45
2014-09-18NFSv4: Fix another bug in the close/open_downgrade codeGravatar Trond Myklebust 1-15/+15
2014-09-18NFSv4: nfs4_state_manager() vs. nfs_server_remove_lists()Gravatar Steve Dickson 1-18/+20
2014-09-18Revert "Btrfs: device_list_add() should not update list when mounted"Gravatar Chris Mason 1-7/+6
2014-09-16Btrfs: set inode's logged_trans/last_log_commit after ranged fsyncGravatar Filipe Manana 2-14/+13
2014-09-16Merge tag 'gfs2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/steve...Gravatar Linus Torvalds 5-22/+38
2014-09-16vfs: workaround gcc <4.6 build error in link_path_walk()Gravatar James Hogan 1-1/+1
2014-09-16Fix mfsymlinks file size checkGravatar Steve French 1-1/+3
2014-09-16Update version number displayed by modinfo for cifs.koGravatar Steve French 1-1/+1
2014-09-16cifs: remove dead codeGravatar Arnd Bergmann 1-17/+0
2014-09-16Revert "cifs: No need to send SIGKILL to demux_thread during umount"Gravatar Steve French 1-0/+19
2014-09-15vfs: simplify and shrink stack frame of link_path_walk()Gravatar Linus Torvalds 1-21/+18
2014-09-15[SMB3] Fix oops when creating symlinks on smb3Gravatar Steve French 1-2/+6
2014-09-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-22/+38
2014-09-14vfs: avoid non-forwarding large load after small store in path lookupGravatar Linus Torvalds 1-9/+10
2014-09-14[CIFS] Fix setting time before epoch (negative time values)Gravatar Steve French 1-4/+16
2014-09-14be careful with nd->inode in path_init() and follow_dotdot_rcu()Gravatar Al Viro 1-2/+13
2014-09-14don't bugger nd->seq on set_root_rcu() from follow_dotdot_rcu()Gravatar Al Viro 1-16/+17
2014-09-13fix bogus read_seqretry() checks introduced in b37199eGravatar Al Viro 1-2/+2
2014-09-13move the call of __d_drop(anon) into __d_materialise_unique(dentry, anon)Gravatar Al Viro 1-2/+6
2014-09-13vfs: fix bad hashing of dentriesGravatar Linus Torvalds 2-4/+3
2014-09-12GFS2: fix d_splice_alias() misusesGravatar Al Viro 1-2/+3
2014-09-12Merge tag 'nfs-for-3.17-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 4-36/+18
2014-09-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 5-101/+203
2014-09-12NFS: remove BUG possibility in nfs4_open_and_get_stateGravatar NeilBrown 1-3/+7
2014-09-11GFS2: Don't use MAXQUOTAS valueGravatar Jan Kara 1-2/+5
2014-09-11GFS2: Hash the negative dentry during inode lookupGravatar Benjamin Coddington 1-1/+3
2014-09-10Merge branch 'akpm' (fixes from Andrew Morton)Gravatar Linus Torvalds 2-3/+4
2014-09-10fs/notify: don't show f_handle if exportfs_encode_inode_fh failedGravatar Andrey Vagin 1-1/+1
2014-09-10fsnotify/fdinfo: use named constants instead of hardcoded valuesGravatar Andrey Vagin 1-2/+2
2014-09-10eventpoll: fix uninitialized variable in epoll_ctlGravatar Nicolas Iooss 1-1/+2
2014-09-10Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 5-231/+187
2014-09-10pnfs: fix filelayout_retry_commit when idx > 0Gravatar Weston Andros Adamson 1-2/+3
2014-09-09Merge branch 'for-next-3.17' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 12-50/+58
2014-09-08nfs: revert "nfs4: queue free_lock_state job submission to nfsiod"Gravatar Jeff Layton 2-25/+12
2014-09-08nfs: fix kernel warning when removing proc entryGravatar Cong Wang 1-9/+3
2014-09-08Merge branch 'for_linus_urgent' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-0/+4
2014-09-08Merge branch 'for-3.17' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 2-4/+14
2014-09-08Btrfs: use insert_inode_locked4 for inode creationGravatar Chris Mason 1-67/+109
2014-09-08Btrfs: fix fsync data loss after a ranged fsyncGravatar Filipe Manana 3-17/+64
2014-09-08Btrfs: kfree()ing ERR_PTRsGravatar Dan Carpenter 1-10/+15
2014-09-08lockd: fix rpcbind crash on lockd startup failureGravatar J. Bruce Fields 1-3/+1
2014-09-08nfsd4: fix rd_dircount enforcementGravatar J. Bruce Fields 1-1/+13
2014-09-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 4-14/+18
2014-09-07ufs: fix deadlocks introduced by sb mutex mergeGravatar Alexey Khoroshilov 2-13/+8
2014-09-06Merge tag 'xfs-for-linus-3.17-rc3' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 4-12/+114
2014-09-05Export sync_filesystem() for modular ->remount_fs() useGravatar Anton Altaparmakov 1-1/+1
2014-09-04Merge git://git.kvack.org/~bcrl/aio-fixesGravatar Linus Torvalds 1-1/+12