aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-11-19xfs: don't allow NOWAIT DIO across extent boundariesDave Chinner1-0/+29
2020-11-199p: Fix writeback fid incorrectly being attached to dentryDominique Martinet1-3/+3
2020-11-199p: apply review requests for fid refcountingDominique Martinet2-7/+5
2020-11-199p: add refcount to p9_fid structJianyong Wu8-26/+105
2020-11-18xfs: return corresponding errcode if xfs_initialize_perag() failYu Kuai1-3/+8
2020-11-18xfs: ensure inobt record walks always make forward progressDarrick J. Wong1-3/+24
2020-11-18xfs: fix forkoff miscalculation related to XFS_LITINO(mp)Gao Xiang1-1/+7
2020-11-18xfs: directory scrub should check the null bestfree entries tooDarrick J. Wong1-4/+17
2020-11-18xfs: strengthen rmap record flags checkingDarrick J. Wong1-4/+4
2020-11-18xfs: fix the minrecs logic when dealing with inode root child blocksDarrick J. Wong1-18/+27
2020-11-18gfs2: Fix regression in freeze_go_syncBob Peterson1-1/+12
2020-11-18io_uring: order refnode recyclingPavel Begunkov1-10/+23
2020-11-18io_uring: get an active ref_node from files_dataPavel Begunkov1-3/+1
2020-11-17io_uring: don't double complete failed reissue requestJens Axboe1-1/+0
2020-11-16Merge branch 'x86/entry' into core/entryThomas Gleixner2-7/+17
2020-11-16fscrypt: remove kernel-internal constants from UAPI headerEric Biggers4-6/+14
2020-11-16fs-verity: rename "file measurement" to "file digest"Eric Biggers5-31/+31
2020-11-16fs-verity: rename fsverity_signed_digest to fsverity_formatted_digestEric Biggers2-6/+13
2020-11-16fs-verity: remove filenames from file commentsEric Biggers7-7/+7
2020-11-16block: unexport revalidate_disk_sizeChristoph Hellwig1-1/+0
2020-11-16block: remove the call to __invalidate_device in check_disk_size_changeChristoph Hellwig1-6/+0
2020-11-15smb3: Handle error case during offload read pathRohith Surabattula1-1/+19
2020-11-15smb3: Avoid Mid pending list corruptionRohith Surabattula1-9/+46
2020-11-15smb3: Call cifs reconnect from demultiplex threadRohith Surabattula1-5/+8
2020-11-15cifs: fix a memleak with modefromsidNamjae Jeon1-0/+1
2020-11-15fix return values of seq_read_iter()Al Viro1-30/+27
2020-11-15eventfd: Export eventfd_ctx_do_read()David Woodhouse1-1/+4
2020-11-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+1
2020-11-14afs: Fix afs_write_end() when called with copied == 0 [ver #3]David Howells1-1/+4
2020-11-14ocfs2: initialize ip_next_orphanWengang Wang1-0/+1
2020-11-14io_uring: handle -EOPNOTSUPP on path resolutionJens Axboe1-1/+18
2020-11-14configfs: fix kernel-doc markup issueAlex Shi1-0/+1
2020-11-13Merge tag 'vfs-5.10-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds3-52/+2
2020-11-13Merge tag 'xfs-5.10-fixes-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds5-15/+15
2020-11-13proc: don't allow async path resolution of /proc/self componentsJens Axboe1-0/+7
2020-11-13Merge tag 'io_uring-5.10-2020-11-13' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2020-11-13jfs: Fix array index bounds check in dbAdjTreeDave Kleikamp1-1/+1
2020-11-13btrfs: tree-checker: add missing return after error in root_itemDaniel Xu1-0/+1
2020-11-13btrfs: qgroup: don't commit transaction when we already hold the handleQu Wenruo1-1/+19
2020-11-13btrfs: fix missing delalloc new bit for new delalloc rangesFilipe Manana3-61/+66
2020-11-13jfs: Fix memleak in dbAdjCtlDinghao Liu1-2/+6
2020-11-13jfs: delete duplicated words + other fixesRandy Dunlap6-6/+6
2020-11-13ftrace: Have the callbacks receive a struct ftrace_regs instead of pt_regsSteven Rostedt (VMware)1-1/+1
2020-11-13Merge tag 'ext4_for_linus_bugfixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds2-14/+3
2020-11-13fs/ext2: Use ext2_put_pageIra Weiny3-16/+20
2020-11-12Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds1-1/+1
2020-11-12Merge tag 'gfs2-v5.10-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds4-12/+10
2020-11-12Merge tag 'nfs-for-5.10-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds4-12/+15
2020-11-12gfs2: Fix case in which ail writes are done to jdata holesBob Peterson2-1/+3
2020-11-12Revert "gfs2: Ignore journal log writes for jdata holes"Bob Peterson1-6/+2