aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2015-08-26f2fs: update extent tree in batchesChao Yu3-61/+170
2015-08-25nfs42: remove unused declarationPeng Tao1-2/+0
2015-08-25nfs42: decode_layoutstats does not need res parameterPeng Tao1-3/+2
2015-08-25NFSv4.1/flexfiles: Allow coalescing of new layout segments and existing onesTrond Myklebust2-0/+76
2015-08-25NFSv4.1/pnfs: Allow pNFS device drivers to customise layout segment insertionTrond Myklebust2-9/+61
2015-08-25writeback: sync_inodes_sb() must write out I_DIRTY_TIME inodes and always cal...Tejun Heo1-9/+13
2015-08-25dlm: fix lvb copy for user locksDavid Teigland1-3/+4
2015-08-25NFSv4.1/pnfs: Add sanity check for the layout range returned by the serverTrond Myklebust1-1/+24
2015-08-25NFSv4.1/pnfs Improve the packing of struct pnfs_layout_hdrTrond Myklebust1-3/+3
2015-08-25NFSv4.1/flexfile: ff_layout_remove_mirror can be statickbuild test robot1-1/+1
2015-08-25NFSv4.2/pnfs: Make the layoutstats timer configurableTrond Myklebust3-1/+11
2015-08-25NFSv4.1/flexfile: Ensure uniqueness of mirrors across layout segmentsTrond Myklebust2-29/+99
2015-08-25NFSv4.1/flexfiles: Remove mirror backpointer to lseg.Trond Myklebust2-14/+12
2015-08-25NFSv4.1/flexfiles: Add refcounting to struct nfs4_ff_layout_mirrorTrond Myklebust2-9/+28
2015-08-25NFS41/flexfiles: zero out DS write wccPeng Tao1-0/+2
2015-08-25NFS41: remove NFS_LAYOUT_ROC flagPeng Tao2-6/+2
2015-08-25NFSv4: Add a tracepoint for CB_LAYOUTRECALLTrond Myklebust2-1/+3
2015-08-25NFSv4: Add a tracepoint for CB_GETATTRTrond Myklebust2-1/+64
2015-08-25NFSv4.1/pnfs: Add a tracepoint for return-on-close eventsTrond Myklebust2-0/+2
2015-08-25NFSv4: Force a post-op attribute update when holding a delegationTrond Myklebust1-0/+7
2015-08-25Merge branch 'xfs-misc-fixes-for-4.3-3' into for-nextDave Chinner7-24/+34
2015-08-25xfs: fix non-debug build warningsDave Chinner3-11/+15
2015-08-25xfs: collapse allocsize and biosize mount option handlingEric Sandeen1-10/+2
2015-08-25xfs: Fix file type directory corruption for btree directoriesJan Kara1-1/+9
2015-08-25xfs: lockdep annotations throw warnings on non-debug buildsDave Chinner1-1/+7
2015-08-25xfs: Fix uninitialized return value in xfs_alloc_fix_freelist()Jan Kara1-1/+1
2015-08-24f2fs: fix to release inode correctlyChao Yu3-13/+56
2015-08-24f2fs: handle f2fs_truncate error correctlyChao Yu2-10/+18
2015-08-24f2fs: avoid unneeded initializing when converting inline dentryChao Yu1-1/+9
2015-08-24f2fs: atomically set inode->i_flagsZhang Zhen1-3/+2
2015-08-24f2fs: fix wrong pointer access during try_to_free_nidsJaegeuk Kim1-3/+1
2015-08-24f2fs: use __GFP_NOFAIL to avoid infinite loopJaegeuk Kim4-27/+16
2015-08-239p: fix return code of read() when count is 0Vincent Bernat1-1/+1
2015-08-239p: remove unused option Opt_transFabian Frederick1-1/+1
2015-08-21f2fs: lookup neighbor extent nodes for merging laterChao Yu1-6/+28
2015-08-21f2fs: split __insert_extent_tree_ret for readabilityChao Yu1-20/+29
2015-08-21f2fs: kill dead code in __insert_extent_treeChao Yu1-76/+6
2015-08-21f2fs: adjust showing of extent cache statChao Yu3-15/+22
2015-08-21f2fs: add largest/cached stat in extent cacheChao Yu3-8/+23
2015-08-21f2fs: fix incorrect mapping for bmapChao Yu2-12/+42
2015-08-21f2fs: fix to update cached_en of extent tree properlyFan Li1-4/+4
2015-08-21f2fs: fix typoJunesung Lee1-1/+1
2015-08-21btrfs: fix compile when block cgroups are not enabledChris Mason2-0/+5
2015-08-21vfs: Test for and handle paths that are unreachable from their mnt_rootEric W. Biederman1-2/+25
2015-08-21dcache: Reduce the scope of i_lock in d_splice_aliasEric W. Biederman1-4/+3
2015-08-21dcache: Handle escaped paths in prepend_pathEric W. Biederman1-0/+7
2015-08-21Merge branch 'superblock-scaling' of git://git.kernel.org/pub/scm/linux/kerne...Al Viro8-79/+108
2015-08-20NFSv4.1/pnfs Ensure flexfiles reports all connection related errorsTrond Myklebust1-13/+35
2015-08-20NFSv4.1/pnfs: Ensure the flexfiles layoutstats timers are consistentTrond Myklebust1-27/+24
2015-08-20NFS41: fix list splice typePeng Tao1-1/+1