summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2017-02-22f2fs: enhance lookup xattrChao Yu2-18/+121
2017-02-22f2fs: fix a dead loop in f2fs_fiemap()Wei Fang1-1/+1
2017-02-22f2fs: do not preallocate blocks which has wrong bufferJaegeuk Kim3-2/+13
2017-02-22f2fs: show # of on-going flush and discard biosJaegeuk Kim3-3/+17
2017-02-22f2fs: add a kernel thread to issue discard commands asynchronouslyJaegeuk Kim2-31/+109
2017-02-22f2fs: factor out discard command info into discard_cmd_controlJaegeuk Kim4-22/+69
2017-02-22f2fs: reorganize stat informationJaegeuk Kim1-4/+4
2017-02-22f2fs: clean up flush/discard command namingsJaegeuk Kim3-61/+59
2017-02-22f2fs: check in-memory sit version bitmapChao Yu2-4/+30
2017-02-22f2fs: check in-memory nat version bitmapChao Yu3-0/+29
2017-02-22f2fs: check in-memory block bitmapChao Yu2-2/+36
2017-02-22f2fs: introduce FI_ATOMIC_COMMITChao Yu5-9/+26
2017-02-22f2fs: clean up with list_{first, last}_entryChao Yu3-5/+5
2017-02-22f2fs: return fs_trim if there is no candidateJaegeuk Kim3-5/+34
2017-02-22f2fs: avoid needless checkpoint in f2fs_trim_fsJaegeuk Kim1-8/+9
2017-01-29f2fs: relax async discard commands moreJaegeuk Kim4-11/+27
2017-01-29f2fs: drop exist_data for inline_data when truncated to 0Jaegeuk Kim1-0/+2
2017-01-29f2fs: don't allow encrypted operations without keysJaegeuk Kim1-0/+12
2017-01-29f2fs: show the max number of atomic operationsJaegeuk Kim4-2/+31
2017-01-29f2fs: get io size bit from mount optionJaegeuk Kim1-0/+22
2017-01-29f2fs: support IO alignment for DATA and NODE writesJaegeuk Kim5-6/+78
2017-01-29f2fs: add submit_bio tracepointJaegeuk Kim1-4/+8
2017-01-29f2fs: reassign new segment for mode=lfsJaegeuk Kim1-3/+0
2017-01-29f2fs: fix a missing discard prefree segmentsYunlei He1-1/+9
2017-01-29f2fs: use rb_entry_safeGeliang Tang1-11/+6
2017-01-29f2fs: add a case of no need to read a page in write beginYunlei He1-1/+6
2017-01-29f2fs: fix a problem of using memory after freeYunlei He1-2/+3
2017-01-29f2fs: remove unneeded conditionDan Carpenter1-3/+3
2017-01-29f2fs: don't cache nat entry if out of memoryChao Yu1-7/+20
2017-01-29f2fs: remove unused values in recover_fsync_dataYunlei He1-4/+0
2017-01-28Merge tag 'nfs-for-4.10-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds3-2/+5
2017-01-27Merge tag 'xfs-for-linus-4.10-rc6-5' of git://git.kernel.org/pub/scm/fs/xfs/x...Linus Torvalds13-63/+220
2017-01-27Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-9/+17
2017-01-27Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+3
2017-01-27xfs: prevent quotacheck from overloading inode lruBrian Foster1-1/+2
2017-01-26Btrfs: remove ->{get, set}_acl() from btrfs_dir_ro_inode_operationsOmar Sandoval1-2/+0
2017-01-26Btrfs: disable xattr operations on subvolume directoriesOmar Sandoval1-0/+1
2017-01-26Btrfs: remove old tree_root case in btrfs_read_locked_inode()Omar Sandoval1-4/+1
2017-01-26pNFS: Fix a reference leak in _pnfs_return_layoutTrond Myklebust1-1/+1
2017-01-26nfs: Fix "Don't increment lock sequence ID after NFS4ERR_MOVED"Chuck Lever1-0/+1
2017-01-26xfs: fix bmv_count confusion w/ shared extentsDarrick J. Wong1-10/+18
2017-01-25xfs: clear _XBF_PAGES from buffers when readahead pageDarrick J. Wong1-0/+1
2017-01-25xfs: extsize hints are not unlikely in xfs_bmap_btallocChristoph Hellwig1-2/+2
2017-01-25xfs: remove racy hasattr check from attr opsBrian Foster1-6/+0
2017-01-25xfs: use per-AG reservations for the finobtChristoph Hellwig5-20/+144
2017-01-25xfs: only update mount/resv fields on success in __xfs_ag_resv_initChristoph Hellwig1-9/+14
2017-01-24romfs: use different way to generate fsid for BLOCK or MTDColy Li1-1/+22
2017-01-24proc: add a schedule point in proc_pid_readdir()Eric Dumazet1-0/+2
2017-01-24userfaultfd: fix SIGBUS resulting from false rwsem wakeupsAndrea Arcangeli1-2/+35
2017-01-24dax: fix build warnings with FS_DAX and !FS_IOMAPRoss Zwisler4-4/+1