summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2015-08-25xfs: Fix uninitialized return value in xfs_alloc_fix_freelist()Jan Kara
2015-08-24f2fs: fix to release inode correctlyChao Yu
2015-08-24f2fs: handle f2fs_truncate error correctlyChao Yu
2015-08-24f2fs: avoid unneeded initializing when converting inline dentryChao Yu
2015-08-24f2fs: atomically set inode->i_flagsZhang Zhen
2015-08-24f2fs: fix wrong pointer access during try_to_free_nidsJaegeuk Kim
2015-08-24f2fs: use __GFP_NOFAIL to avoid infinite loopJaegeuk Kim
2015-08-239p: fix return code of read() when count is 0Vincent Bernat
2015-08-239p: remove unused option Opt_transFabian Frederick
2015-08-21f2fs: lookup neighbor extent nodes for merging laterChao Yu
2015-08-21f2fs: split __insert_extent_tree_ret for readabilityChao Yu
2015-08-21f2fs: kill dead code in __insert_extent_treeChao Yu
2015-08-21f2fs: adjust showing of extent cache statChao Yu
2015-08-21f2fs: add largest/cached stat in extent cacheChao Yu
2015-08-21f2fs: fix incorrect mapping for bmapChao Yu
2015-08-21f2fs: fix to update cached_en of extent tree properlyFan Li
2015-08-21f2fs: fix typoJunesung Lee
2015-08-21btrfs: fix compile when block cgroups are not enabledChris Mason
2015-08-21vfs: Test for and handle paths that are unreachable from their mnt_rootEric W. Biederman
2015-08-21dcache: Reduce the scope of i_lock in d_splice_aliasEric W. Biederman
2015-08-21dcache: Handle escaped paths in prepend_pathEric W. Biederman
2015-08-21Merge branch 'superblock-scaling' of git://git.kernel.org/pub/scm/linux/kerne...Al Viro
2015-08-20NFSv4.1/pnfs Ensure flexfiles reports all connection related errorsTrond Myklebust
2015-08-20NFSv4.1/pnfs: Ensure the flexfiles layoutstats timers are consistentTrond Myklebust
2015-08-20NFS41: fix list splice typePeng Tao
2015-08-20pmem, dax: have direct_access use __pmem annotationRoss Zwisler
2015-08-20dax: update I/O path to do proper PMEM flushingRoss Zwisler
2015-08-20f2fs: check the node block address of newly allocated nidJaegeuk Kim
2015-08-20f2fs: go out for insert_inode_locked failureJaegeuk Kim
2015-08-20f2fs: retry gc if one section is not successfully reclaimedJaegeuk Kim
2015-08-20f2fs: fix to cover lock_op for update_inode_pageJaegeuk Kim
2015-08-20f2fs: reuse nids more aggressivelyJaegeuk Kim
2015-08-20f2fs: avoid garbage collecting already moved node blocksJaegeuk Kim
2015-08-20f2fs: handle failed bio allocationJaegeuk Kim
2015-08-20f2fs: increase the number of max hard linksJaegeuk Kim
2015-08-20f2fs: skip checkpoint if there is no dirty and prefree segmentsJaegeuk Kim
2015-08-20f2fs: shrink free_nids entriesChao Yu
2015-08-20f2fs: avoid clear valid pageChao Yu
2015-08-20f2fs: do not write any node pages related to orphan inodesJaegeuk Kim
2015-08-20cifs: Fix use-after-free on mid_q_entryChristopher Oo
2015-08-20Update cifs version numberSteve French
2015-08-20Add way to query server fs info for smb3Steve French
2015-08-20udf: Don't modify filesystem for read-only mountsJan Kara
2015-08-19NFSv4: Enable delegated opens even when reboot recovery is pendingTrond Myklebust
2015-08-19pNFS: Fix an unused variable warning in pnfs_roc_get_barrierTrond Myklebust
2015-08-20Merge branch 'xfs-misc-fixes-for-4.3-2' into for-nextDave Chinner
2015-08-20xfs: inode lockdep annotations broke non-lockdep buildDave Chinner
2015-08-19Btrfs: fix file read corruption after extent cloning and fsyncFilipe Manana
2015-08-19Btrfs: check if previous transaction aborted to avoid fs corruptionFilipe Manana
2015-08-19btrfs: use __GFP_NOFAIL in alloc_btrfs_bioMichal Hocko