summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-01-17f2fs: add a way to turn off ipu bio cacheJaegeuk Kim2-1/+3
2020-01-17f2fs: code cleanup for f2fs_statfs_project()Chengguang Xu1-12/+4
2020-01-17f2fs: fix miscounted block limit in f2fs_statfs_project()Chengguang Xu1-0/+2
2020-01-17f2fs: fix deadlock allocating bio_post_read_ctx from mempoolEric Biggers1-6/+19
2020-01-17f2fs: remove unneeded check for error allocating bio_post_read_ctxEric Biggers1-4/+1
2020-01-17f2fs: convert inline_dir early before starting renameJaegeuk Kim4-25/+71
2020-01-17f2fs: fix memleak of kobjectChao Yu1-3/+8
2020-01-17f2fs: fix to add swap extent correctlyChao Yu1-7/+25
2020-01-17f2fs: run fsck when getting bad inode during GCJaegeuk Kim1-1/+3
2020-01-17f2fs: support data compressionChao Yu13-117/+2409
2020-01-15f2fs: free sysfs kobjectJaegeuk Kim1-0/+1
2020-01-15f2fs: declare nested quota_sem and remove unnecessary semsJaegeuk Kim1-14/+4
2020-01-15f2fs: don't put new_page twice in f2fs_renameJaegeuk Kim1-3/+4
2020-01-15f2fs: set I_LINKABLE early to avoid wrong access by vfsJaegeuk Kim1-14/+13
2020-01-15f2fs: don't keep META_MAPPING pages used for moving verity file blocksEric Biggers1-3/+3
2020-01-15f2fs: introduce private biosetChao Yu3-22/+51
2020-01-15f2fs: cleanup duplicate stats for atomic filesSahitya Tummala4-10/+2
2020-01-15f2fs: Check write pointer consistency of non-open zonesShin'ichiro Kawasaki3-0/+138
2020-01-15f2fs: Check write pointer consistency of open zonesShin'ichiro Kawasaki3-2/+150
2019-12-12f2fs: set GFP_NOFS when moving inline dentriesJaegeuk Kim1-1/+1
2019-12-12f2fs: should avoid recursive filesystem opsJaegeuk Kim1-2/+2
2019-12-12f2fs: keep quota data on write_begin failureJaegeuk Kim1-2/+4
2019-12-10f2fs: call f2fs_balance_fs outside of locked pageJaegeuk Kim1-3/+4
2019-12-09f2fs: preallocate DIO blocks when forcing buffered_ioJaegeuk Kim2-23/+33
2019-12-09btrfs: add Kconfig dependency for BLAKE2BDavid Sterba1-0/+1
2019-12-08Merge tag '5.5-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds13-72/+265
2019-12-08Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds4-6/+5
2019-12-07Merge tag 'iomap-5.5-merge-14' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-12/+28
2019-12-07Merge tag 'xfs-5.5-merge-17' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2-12/+17
2019-12-07Merge tag 'for-linus-5.5-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-7/+43
2019-12-07Merge tag 'nfsd-5.5' of git://linux-nfs.org/~bfields/linuxLinus Torvalds12-52/+136
2019-12-07Merge tag 'nfs-for-5.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds30-209/+1034
2019-12-07smb3: improve check for when we send the security descriptor context on createSteve French1-0/+2
2019-12-07pipe: don't use 'pipe_wait() for basic pipe IOLinus Torvalds1-3/+27
2019-12-07pipe: remove 'waiting_writers' merging logicLinus Torvalds2-31/+9
2019-12-07pipe: fix and clarify pipe read wakeup logicLinus Torvalds1-13/+18
2019-12-07pipe: fix and clarify pipe write wakeup logicLinus Torvalds1-18/+41
2019-12-07pipe: fix poll/select race introduced by the pipe reworkLinus Torvalds1-3/+15
2019-12-07nfsd: depend on CRYPTO_MD5 for legacy client trackingPatrick Steinhardt1-0/+1
2019-12-07NFSD fixing possible null pointer derefering in copy offloadOlga Kornievskaia1-1/+2
2019-12-06pipe: Fix iteration end check in fuse_dev_splice_write()David Howells1-1/+1
2019-12-06pipe: fix incorrect caching of pipe state over pipe_wait()Linus Torvalds1-4/+6
2019-12-06smb3: fix mode passed in on create for modetosid mount optionSteve French5-34/+122
2019-12-06Merge tag 'for-linus-20191205' of git://git.kernel.dk/linux-blockLinus Torvalds4-216/+493
2019-12-06Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds9-74/+50
2019-12-05Merge branch 'next.autofs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds3-29/+18
2019-12-05Merge branch 'pipe-rework' (patches from David Howells)Linus Torvalds1-8/+7
2019-12-05pipe: Fix missing mask update after pipe_wait()David Howells1-6/+6
2019-12-05pipe: Remove assertion from pipe_poll()David Howells1-2/+1
2019-12-05Merge tag 'gfs2-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs...Linus Torvalds19-92/+152