summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2021-09-02Merge tag 'ovl-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds43-98/+406
2021-09-02Merge tag 'erofs-for-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds9-215/+500
2021-09-02Merge tag 'fscache-next-20210829' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds25-872/+254
2021-09-02fs/ntfs3: Change how module init/info messages are displayedKari Argillander1-19/+8
2021-09-02fs/ntfs3: Remove GPL boilerplates from decompress lib filesKari Argillander4-53/+0
2021-09-02fs/ntfs3: Remove unnecessary condition checking from ntfs_file_read_iterKari Argillander1-5/+1
2021-09-02fs/ntfs3: Fix integer overflow in ni_fiemap with fiemap_prep()Kari Argillander1-2/+3
2021-09-02Merge tag 'xfs-5.15-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds150-3201/+4064
2021-09-02Merge branch 'exit-cleanups-for-v5.15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-27/+0
2021-09-02Merge branch 'siginfo-si_trapno-for-v5.15' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-2/+2
2021-09-01io-wq: only exit on fatal signalsJens Axboe1-1/+3
2021-09-01io-wq: split bounded and unbounded work into separate listsJens Axboe1-88/+68
2021-09-01fs: dlm: avoid comms shutdown delay in release_lockspaceAlexander Aring1-0/+1
2021-09-01Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds9-96/+141
2021-09-01f2fs: should put a page beyond EOF when preparing a writeJaegeuk Kim1-0/+2
2021-09-01f2fs: deallocate compressed pages when error happensJaegeuk Kim1-6/+6
2021-08-31io-wq: fix queue stalling raceJens Axboe1-8/+7
2021-08-31Merge tag 'fs.close_range.v5.15' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-24/+40
2021-08-31Merge tag 'fs.move_mount.move_mount_set_group.v5.15' of git://git.kernel.org/...Linus Torvalds1-1/+76
2021-08-31Merge tag 'iomap-5.15-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds14-920/+845
2021-08-31Merge tag 'vfs-5.15-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-0/+8
2021-08-31Merge tag 'nfsd-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds12-110/+173
2021-08-31io_uring: don't submit half-prepared drain requestPavel Begunkov1-0/+5
2021-08-31io_uring: fix queueing half-created requestsPavel Begunkov1-1/+12
2021-08-31io-wq: ensure that hash wait lock is IRQ disablingJens Axboe1-2/+2
2021-08-31io_uring: retry in case of short read on block deviceMing Lei1-1/+7
2021-08-31io_uring: IORING_OP_WRITE needs hash_reg_file setJens Axboe1-0/+1
2021-08-31io-wq: fix race between adding work and activating a free workerJens Axboe1-27/+24
2021-08-31Merge tag 'gfs2-v5.14-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds13-141/+139
2021-08-31Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds5-44/+143
2021-08-31Merge tag 'for-5.15-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds49-1405/+2677
2021-08-31Merge tag '5.15-rc-smb3-fixes-part1' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds28-763/+477
2021-08-31Merge tag '5.15-rc-first-ksmbd-merge' of git://git.samba.org/ksmbdLinus Torvalds62-0/+32066
2021-08-31fs/ntfs3: Restyle comments to better align with kernel-docKonstantin Komarov15-75/+84
2021-08-31fs/ntfs3: Rework file operationsKonstantin Komarov10-529/+563
2021-08-31fs/ntfs3: Remove fat ioctl's from ntfs3 driver for nowKari Argillander1-8/+0
2021-08-31fuse: flush extending writesMiklos Szeredi1-1/+1
2021-08-31ext4: make the updating inode data procedure atomicZhang Yi1-16/+28
2021-08-31ext4: remove an unnecessary if statement in __ext4_get_inode_loc()Zhang Yi1-84/+78
2021-08-31ext4: move inode eio simulation behind io completeionZhang Yi1-3/+1
2021-08-31ext4: Improve scalability of ext4 orphan file handlingJan Kara2-27/+53
2021-08-31ext4: Speedup ext4 orphan inode handlingJan Kara4-52/+394
2021-08-31ext4: Move orphan inode handling into a separate fileJan Kara5-363/+375
2021-08-31ext4: Support for checksumming from journal triggersJan Kara16-128/+259
2021-08-31ext4: fix race writing to an inline_data file while its xattrs are changingTheodore Ts'o1-0/+6
2021-08-31jbd2: add sparse annotations for add_transaction_credits()Theodore Ts'o1-1/+18
2021-08-31ext4: fix sparse warningsTheodore Ts'o2-6/+25
2021-08-31ext4: Make sure quota files are not grabbed accidentallyJan Kara1-2/+6
2021-08-31ext4: fix e2fsprogs checksum failure for mounted filesystemJan Kara1-0/+8
2021-08-31ext4: if zeroout fails fall back to splitting the extent nodeTheodore Ts'o1-2/+3