summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2021-10-29f2fs: support fault injection for dquot_initialize()Chao Yu10-26/+44
2021-10-29f2fs: fix incorrect return value in f2fs_sanity_check_ckpt()Chao Yu1-1/+1
2021-10-27f2fs: compress: disallow disabling compress on non-empty compressed fileHyeong-Jun Kim1-2/+1
2021-10-26f2fs: compress: fix overwrite may reduce compress ratio unproperlyFengnan Chang3-18/+39
2021-10-26f2fs: multidevice: support direct IOChao Yu4-20/+104
2021-10-26f2fs: introduce fragment allocation mode mount optionDaeho Jeong6-5/+70
2021-10-26f2fs: replace snprintf in show functions with sysfs_emitQing Wang1-2/+2
2021-10-26f2fs: include non-compressed blocks in compr_written_blockDaeho Jeong1-0/+1
2021-10-11f2fs: fix wrong condition to trigger background checkpoint correctlyChao Yu1-1/+1
2021-10-11f2fs: fix to use WHINT_MODEKeoseong Park1-1/+1
2021-09-20f2fs: set SBI_NEED_FSCK flag when inconsistent node block foundWeichao Guo1-0/+1
2021-09-20f2fs: introduce excess_dirty_threshold()Chao Yu3-7/+24
2021-09-16f2fs: avoid attaching SB_ACTIVE flag during mountChao Yu2-9/+2
2021-09-16f2fs: quota: fix potential deadlockChao Yu1-1/+2
2021-09-16f2fs: should use GFP_NOFS for directory inodesJaegeuk Kim2-2/+2
2021-09-15qnx4: avoid stringop-overread errorsLinus Torvalds1-17/+34
2021-09-12Merge branch 'misc.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2-59/+58
2021-09-12Merge tag '5.15-rc-cifs-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds12-21/+37
2021-09-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-0/+6
2021-09-11Merge tag 'io_uring-5.15-2021-09-11' of git://git.kernel.dk/linux-blockLinus Torvalds2-13/+44
2021-09-11Merge tag 'block-5.15-2021-09-11' of git://git.kernel.dk/linux-blockLinus Torvalds3-1697/+2
2021-09-10fsnotify: fix sb_connectors leakAmir Goldstein1-0/+1
2021-09-10io_uring: fix off-by-one in BUILD_BUG_ON check of __REQ_F_LAST_BITHao Xu1-1/+1
2021-09-09Merge tag '5.15-rc-ksmbd-part2' of git://git.samba.org/ksmbdLinus Torvalds12-223/+413
2021-09-09Merge tag 'for-5.15-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds6-47/+77
2021-09-09cifs: properly invalidate cached root handle when closing itEnzo Matsumiya1-7/+13
2021-09-09Merge tag 'for-linus-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2021-09-09Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-3/+2
2021-09-09Merge tag 's390-5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-2/+1
2021-09-09Merge branch 'work.gfs2' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-21/+33
2021-09-09Merge branch 'work.init' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-10/+17
2021-09-09Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+2
2021-09-09Merge tag 'libnvdimm-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-10/+35
2021-09-09io_uring: fail links of cancelled timeoutsPavel Begunkov1-0/+2
2021-09-09io-wq: fix memory leak in create_io_worker()Qiang.zhang1-0/+3
2021-09-09cifs: move SMB FSCTL definitions to common codeSteve French2-1/+1
2021-09-08cifs: rename cifs_common to smbfs_commonSteve French9-10/+10
2021-09-08cifs: update FSCTL definitionsSteve French1-3/+13
2021-09-08io-wq: fix silly logic error in io_task_work_match()Jens Axboe1-2/+7
2021-09-08io_uring: drop ctx->uring_lock before acquiring sqd->lockJens Axboe1-0/+7
2021-09-08Merge branch 'for-5.15/fsdax-cleanups' into for-5.15/libnvdimmDan Williams4-9/+34
2021-09-08Merge tag 'ceph-for-5.15-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds13-207/+437
2021-09-08ksmbd: fix control flow issues in sid_to_id()Namjae Jeon1-26/+22
2021-09-08ksmbd: fix read of uninitialized variable ret in set_file_basic_infoNamjae Jeon1-1/+1
2021-09-08ksmbd: add missing assignments to ret on ndr_read_int64 read callsColin Ian King1-2/+2
2021-09-08io_uring: fix missing mb() before waitqueue_activePavel Begunkov1-1/+4
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds6-46/+45
2021-09-08coredump: fix memleak in dump_vma_snapshot()QiuXi1-1/+3
2021-09-08fs/coredump.c: log if a core dump is aborted due to changed file permissionsDavid Oberhollenzer1-2/+9
2021-09-08nilfs2: use refcount_dec_and_lock() to fix potential UAFZhen Lei1-5/+4