summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-09-021-1/+1
|\
| * scsi: core: Rename CONFIG_BLK_SCSI_REQUEST to CONFIG_SCSI_COMMONChristoph Hellwig2021-07-281-1/+1
* | Merge tag 'linux-kselftest-kunit-5.15-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds2021-09-025-1/+219
|\ \
| * | fat: Add KUnit tests for checksums and timestampsDavid Gow2021-08-135-1/+219
| |/
* | Merge tag 'configfs-5.15' of git://git.infradead.org/users/hch/configfsLinus Torvalds2021-09-021-56/+31
|\ \
| * | configfs: fix a race in configfs_lookup()Sishuai Gong2021-08-251-3/+4
| * | configfs: fold configfs_attach_attr into configfs_lookupChristoph Hellwig2021-08-251-49/+24
| * | configfs: simplify the configfs_dirent_is_readyChristoph Hellwig2021-08-251-3/+1
| * | configfs: return -ENAMETOOLONG earlier in configfs_lookupChristoph Hellwig2021-08-251-2/+3
* | | Merge tag 'dlm-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...Linus Torvalds2021-09-029-415/+458
|\ \ \
| * | | fs: dlm: avoid comms shutdown delay in release_lockspaceAlexander Aring2021-09-011-0/+1
| * | | fs: dlm: fix return -EINTR on recovery stoppedAlexander Aring2021-08-193-3/+9
| * | | fs: dlm: implement delayed ack handlingAlexander Aring2021-08-193-8/+50
| * | | fs: dlm: move receive loop into receive handlerAlexander Aring2021-07-191-37/+31
| * | | fs: dlm: fix multiple empty writequeue allocAlexander Aring2021-07-191-0/+21
| * | | fs: dlm: generic connect funcAlexander Aring2021-07-191-193/+150
| * | | fs: dlm: auto load sctp moduleAlexander Aring2021-07-191-5/+15
| * | | fs: dlm: introduce generic listenAlexander Aring2021-07-191-115/+113
| * | | fs: dlm: move to static proto opsAlexander Aring2021-07-191-22/+30
| * | | fs: dlm: introduce con_next_wq helperAlexander Aring2021-07-191-22/+35
| * | | fs: dlm: cleanup and remove _send_rcomAlexander Aring2021-07-191-18/+11
| * | | fs: dlm: clear CF_APP_LIMITED on closeAlexander Aring2021-07-191-0/+1
| * | | fs: dlm: fix typo in tlv prefixAlexander Aring2021-07-191-1/+1
| * | | fs: dlm: use READ_ONCE for config varAlexander Aring2021-07-191-1/+1
| * | | fs: dlm: use sk->sk_socket instead of con->sockAlexander Aring2021-07-191-2/+1
| | |/ | |/|
* | | d_path: make 'prepend()' fill up the buffer exactly on overflowLinus Torvalds2021-09-021-30/+63
* | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2021-09-0222-725/+1354
|\ \ \
| * | | ext4: make the updating inode data procedure atomicZhang Yi2021-08-301-16/+28
| * | | ext4: remove an unnecessary if statement in __ext4_get_inode_loc()Zhang Yi2021-08-301-84/+78
| * | | ext4: move inode eio simulation behind io completeionZhang Yi2021-08-301-3/+1
| * | | ext4: Improve scalability of ext4 orphan file handlingJan Kara2021-08-302-27/+53
| * | | ext4: Speedup ext4 orphan inode handlingJan Kara2021-08-304-52/+394
| * | | ext4: Move orphan inode handling into a separate fileJan Kara2021-08-305-363/+375
| * | | ext4: Support for checksumming from journal triggersJan Kara2021-08-3016-128/+259
| * | | ext4: fix race writing to an inline_data file while its xattrs are changingTheodore Ts'o2021-08-301-0/+6
| * | | jbd2: add sparse annotations for add_transaction_credits()Theodore Ts'o2021-08-301-1/+18
| * | | ext4: fix sparse warningsTheodore Ts'o2021-08-302-6/+25
| * | | ext4: Make sure quota files are not grabbed accidentallyJan Kara2021-08-301-2/+6
| * | | ext4: fix e2fsprogs checksum failure for mounted filesystemJan Kara2021-08-301-0/+8
| * | | ext4: if zeroout fails fall back to splitting the extent nodeTheodore Ts'o2021-08-301-2/+3
| * | | ext4: reduce arguments of ext4_fc_add_dentry_tlvGuoqing Jiang2021-08-301-18/+9
| * | | ext4: flush background discard kwork when retry allocationWang Jianchao2021-08-303-3/+13
| * | | ext4: get discard out of jbd2 commit kthread contexWang Jianchao2021-08-302-25/+78
| * | | ext4: remove the repeated comment of ext4_trim_all_freeWang Jianchao2021-08-121-6/+1
| * | | ext4: add new helper interface ext4_try_to_trim_range()Wang Jianchao2021-08-121-45/+57
| * | | ext4: remove the 'group' parameter of ext4_trim_extentWang Jianchao2021-08-121-5/+4
| * | | jbd2: clean up two gcc -Wall warnings in recovery.cTheodore Ts'o2021-08-101-3/+3
| * | | jbd2: fix clang warning in recovery.cTheodore Ts'o2021-08-101-1/+0
| * | | jbd2: fix portability problems caused by unaligned accessesTheodore Ts'o2021-08-101-11/+11
* | | | Merge tag 'ovl-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-09-0243-98/+406
|\ \ \ \