summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2021-03-26f2fs: allow to change discard policy based on cached discard cmdsSahitya Tummala3-1/+11
2021-03-26f2fs: fix to avoid touching checkpointed data in get_victim()Chao Yu4-24/+55
2021-03-26f2fs: fix to update last i_size if fallocate partially succeedsChao Yu1-11/+11
2021-03-26f2fs: fix error path of f2fs_remount()Chao Yu1-13/+34
2021-03-26f2fs: fix wrong comment of nat_tree_lockqiulaibin1-1/+1
2021-03-26f2fs: fix to avoid out-of-bounds memory accessChao Yu1-0/+3
2021-03-26f2fs: don't start checkpoint thread in readonly mountpointChao Yu1-5/+5
2021-03-26f2fs: do not use AT_SSR mode in FG_GC & high urgent BG_GCWeichao Guo2-2/+5
2021-03-26f2fs: add sysfs nodes to get runtime compression statDaeho Jeong3-0/+58
2021-03-26f2fs: fix to use per-inode maxbytes in f2fs_fiemapChengguang Xu1-0/+10
2021-03-23f2fs: fix to align to section for fallocate() on pinned fileChao Yu3-19/+36
2021-03-13f2fs: expose # of overprivision segmentsJaegeuk Kim1-0/+9
2021-03-13f2fs: fix error handling in f2fs_end_enable_verity()Eric Biggers1-21/+54
2021-03-13f2fs: fix a redundant call to f2fs_balance_fs if an error occursColin Ian King1-1/+2
2021-03-13f2fs: remove unused file_clear_encrypt()Chao Yu1-3/+8
2021-03-13f2fs: check if swapfile is section-allignedhuangjianan@oppo.com1-21/+88
2021-03-13f2fs: fix last_lblock check in check_swap_activate_fasthuangjianan@oppo.com1-1/+1
2021-03-13f2fs: remove unnecessary IS_SWAPFILE checkhuangjianan@oppo.com2-3/+2
2021-03-13f2fs: Replace one-element array with flexible-array memberGustavo A. R. Silva1-2/+3
2021-03-13f2fs: compress: Allow modular (de)compression algorithmsGeert Uytterhoeven1-9/+7
2021-03-13f2fs: check discard command number before traversing discard pending listChao Yu1-0/+2
2021-03-13f2fs: update comments for explicit memory barrierChao Yu2-2/+10
2021-03-13f2fs: remove unused FORCE_FG_GC macroChao Yu1-2/+0
2021-03-13f2fs: avoid unused f2fs_show_compress_options()Chao Yu1-0/+2
2021-03-13f2fs: fix panic during f2fs_resize_fs()Chao Yu1-0/+13
2021-03-13f2fs: fix to allow migrating fully valid segmentChao Yu5-16/+20
2021-03-13f2fs: fix a spacing coding stylejiahao1-1/+1
2021-03-12Merge tag 'configfs-for-5.12' of git://git.infradead.org/users/hch/configfsLinus Torvalds1-4/+2
2021-03-12Merge tag 'gfs2-v5.12-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds6-19/+22
2021-03-12gfs2: bypass log flush if the journal is not liveBob Peterson1-1/+1
2021-03-12gfs2: bypass signal_our_withdraw if no journalBob Peterson1-5/+10
2021-03-11configfs: fix a use-after-free in __configfs_open_fileDaiyue Zhang1-4/+2
2021-03-11Merge tag 's390-5.12-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-1/+1
2021-03-10Merge tag 'for-linus-2021-03-10' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2021-03-09cifs: do not send close in compound create+close requestsPaulo Alcantara6-21/+22
2021-03-09cifs: return proper error code in statfs(2)Paulo Alcantara1-1/+1
2021-03-09cifs: change noisy error message to FYIPaulo Alcantara1-1/+1
2021-03-09cifs: print MIDs in decimal notationPaulo Alcantara3-4/+4
2021-03-08mount: fix mounting of detached mounts onto targets that reside on shared mountsChristian Brauner1-1/+1
2021-03-08s390,alpha: make TMPFS_INODE64 available againHeiko Carstens1-1/+1
2021-03-07gfs2: fix use-after-free in trans_drainBob Peterson2-0/+6
2021-03-07gfs2: make function gfs2_make_fs_ro() to void typeYang Li4-13/+5
2021-03-06cifs: ask for more credit on async read/write code pathsAurelien Aptel1-4/+2
2021-03-06cifs: fix credit accounting for extra channelAurelien Aptel2-5/+6
2021-03-06Merge tag 'pstore-v5.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-2/+2
2021-03-05Merge tag 'io_uring-5.12-2021-03-05' of git://git.kernel.dk/linux-blockLinus Torvalds3-438/+328
2021-03-05Merge tag 'for-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds12-25/+87
2021-03-05io_uring: don't restrict issue_flags for io_openatPavel Begunkov1-1/+1
2021-03-05io_uring: make SQPOLL thread parking sanerJens Axboe1-35/+30
2021-03-05io-wq: kill hashed waitqueue before manager exitsJens Axboe1-4/+5