aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-25NFS/SUNRPC: Remove other deadlock-avoidance mechanisms in nfs_release_page()NeilBrown1-8/+6
2014-09-25NFS: avoid waiting at all in nfs_release_page when congested.NeilBrown2-2/+12
2014-09-25NFS: avoid deadlocks with loop-back mounted NFS filesystems.NeilBrown2-10/+18
2014-09-24NFS: don't use STABLE writes during writeback.NeilBrown1-2/+5
2014-09-24NFSv4: use exponential retry on NFS4ERR_DELAY for async requests.NeilBrown1-23/+42
2014-09-24lockd: Try to reconnect if statd has movedBenjamin Coddington1-0/+6
2014-09-24Fixing lease renewalOlga Kornievskaia1-0/+1
2014-09-24nfs: fix duplicate proc entriesFabian Frederick1-1/+1
2014-09-23f2fs: use more free segments until SSR is activatedJaegeuk Kim1-2/+4
2014-09-23f2fs: change the ipu_policy option to enable combinationsJaegeuk Kim2-24/+17
2014-09-23f2fs: fix to search whole dirty segmap when get_victimChao Yu1-2/+2
2014-09-23f2fs: fix to clean previous mount option when remount_fsChao Yu1-0/+3
2014-09-23f2fs: skip punching hole in special conditionChao Yu1-0/+7
2014-09-23f2fs: support large sector sizeChao Yu4-14/+22
2014-09-23f2fs: fix to truncate blocks past EOF in ->setattrChao Yu1-5/+12
2014-09-23f2fs: update i_size when __allocate_data_blockJaegeuk Kim1-0/+8
2014-09-23f2fs: use MAX_BIO_BLOCKS(sbi)Jaegeuk Kim5-9/+8
2014-09-23f2fs: remove redundant operation during roll-forward recoveryJaegeuk Kim2-25/+22
2014-09-23f2fs: do not skip latest inode informationJaegeuk Kim1-1/+10
2014-09-23f2fs: fix roll-forward missing scenariosJaegeuk Kim1-11/+60
2014-09-23f2fs: fix conditions to remain recovery information in f2fs_sync_fileJaegeuk Kim5-40/+56
2014-09-23f2fs: introduce a flag to represent each nat entry informationJaegeuk Kim2-10/+31
2014-09-23f2fs: use meta_inode cache to improve roll-forward speedJaegeuk Kim4-42/+58
2014-09-22Merge tag 'fscache-fixes-20140917' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds4-11/+24
2014-09-22Fix nasty 32-bit overflow bug in buffer i/o code.Anton Altaparmakov1-2/+4
2014-09-21pnfs/blocklayout: Fix a 64-bit division/remainder issue in bl_map_stripeTrond Myklebust1-3/+6
2014-09-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds3-21/+19
2014-09-19Merge tag 'nfs-for-3.17-5' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2-36/+42
2014-09-18Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds5-25/+45
2014-09-18NFSv4: Fix another bug in the close/open_downgrade codeTrond Myklebust1-15/+15
2014-09-18NFSv4: nfs4_state_manager() vs. nfs_server_remove_lists()Steve Dickson1-18/+20
2014-09-18Revert "Btrfs: device_list_add() should not update list when mounted"Chris Mason1-7/+6
2014-09-17CacheFiles: Handle rename2David Howells1-1/+2
2014-09-17cachefiles: remove two unused pagevecs.NeilBrown1-6/+0
2014-09-17FS-Cache: refcount becomes corrupt under vma pressure.Milosz Tanski1-3/+4
2014-09-17nfsd4: clarify how grace period endsJ. Bruce Fields1-0/+20
2014-09-17nfsd4: stop grace_time update at end of grace periodJ. Bruce Fields1-6/+0
2014-09-17nfsd: skip subsequent UMH "create" operations after the first one for v4.0 clientsJeff Layton1-0/+16
2014-09-17nfsd: set and test NFSD4_CLIENT_STABLE bit to reduce nfsdcltrack upcallsJeff Layton1-4/+18
2014-09-17nfsd: serialize nfsdcltrack upcalls for a particular clientJeff Layton2-0/+30
2014-09-17nfsd: pass extra info in env vars to upcalls to allow for early grace period endJeff Layton2-15/+85
2014-09-17nfsd: add a v4_end_grace file to /proc/fs/nfsdJeff Layton3-1/+49
2014-09-17lockd: add a /proc/fs/lockd/nlm_end_grace fileJeff Layton4-0/+130
2014-09-17nfsd: reject reclaim request when client has already sent RECLAIM_COMPLETEJeff Layton1-0/+3
2014-09-17nfsd: remove redundant boot_time parm from grace_done client tracking opJeff Layton3-11/+10
2014-09-17lockd: move lockd's grace period handling into its own moduleJeff Layton7-15/+68
2014-09-16Btrfs: set inode's logged_trans/last_log_commit after ranged fsyncFilipe Manana2-14/+13
2014-09-16Merge tag 'gfs2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixesLinus Torvalds5-22/+38
2014-09-16vfs: workaround gcc <4.6 build error in link_path_walk()James Hogan1-1/+1
2014-09-16Fix mfsymlinks file size checkSteve French1-1/+3