summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag '5.12-rc4-smb3' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2021-03-288-22/+60
|\
| * smb3: fix cached file size problems in duplicate extents (reflink)Steve French2021-03-261-3/+15
| * cifs: Silently ignore unknown oplock break handleVincent Whitchurch2021-03-261-2/+2
| * cifs: revalidate mapping when we open files for SMB1 POSIXRonnie Sahlberg2021-03-261-0/+1
| * cifs: Fix chmod with modefromsid when an older ACE already exists.Shyam Prasad N2021-03-261-2/+1
| * cifs: Adjust key sizes and key generation routines for AES256 encryptionShyam Prasad N2021-03-265-15/+41
* | Merge tag 'io_uring-5.12-2021-03-27' of git://git.kernel.dk/linux-blockLinus Torvalds2021-03-282-58/+72
|\ \
| * | io_uring: remove unsued assignment to pointer ioColin Ian King2021-03-271-1/+0
| * | io_uring: don't cancel extra on files matchPavel Begunkov2021-03-271-2/+0
| * | io_uring: don't cancel-track common timeoutsPavel Begunkov2021-03-271-1/+2
| * | io_uring: do post-completion chore on t-out cancelPavel Begunkov2021-03-271-20/+22
| * | io_uring: fix timeout cancel return codePavel Begunkov2021-03-271-4/+4
| * | io_uring: handle signals for IO threads like a normal threadJens Axboe2021-03-272-9/+20
| * | io_uring: maintain CQE order of a failed linkPavel Begunkov2021-03-251-2/+2
| * | io-wq: fix race around pending work on teardownJens Axboe2021-03-251-1/+5
| * | io_uring: do ctx sqd ejection in a clear contextPavel Begunkov2021-03-241-8/+8
| * | io_uring: fix provide_buffers sign extensionPavel Begunkov2021-03-221-1/+3
| * | io_uring: don't skip file_end_write() on reissuePavel Begunkov2021-03-221-3/+2
| * | io_uring: correct io_queue_async_work() tracesPavel Begunkov2021-03-221-2/+2
| * | io_uring: don't use {test,clear}_tsk_thread_flag() for currentJens Axboe2021-03-212-5/+3
* | | Merge tag 'block-5.12-2021-03-27' of git://git.kernel.dk/linux-blockLinus Torvalds2021-03-281-2/+2
|\ \ \
| * | | block: clear GD_NEED_PART_SCAN later in bdev_disk_changedChris Chiu2021-03-231-2/+2
* | | | Merge tag 'for-5.12-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-03-256-17/+48
|\ \ \ \
| * | | | btrfs: fix check_data_csum() error message for direct I/OOmar Sandoval2021-03-181-5/+9
| * | | | btrfs: fix sleep while in non-sleep context during qgroup removalFilipe Manana2021-03-181-2/+10
| * | | | btrfs: fix subvolume/snapshot deletion not triggered on mountFilipe Manana2021-03-171-1/+15
| * | | | btrfs: fix build when using M=fs/btrfsDavid Sterba2021-03-171-4/+6
| * | | | btrfs: do not initialize dev replace for bad dev rootJosef Bacik2021-03-171-0/+3
| * | | | btrfs: initialize device::fs_info alwaysJosef Bacik2021-03-171-1/+2
| * | | | btrfs: do not initialize dev stats if we have no dev_rootJosef Bacik2021-03-171-0/+3
| * | | | btrfs: zoned: remove outdated WARN_ON in direct IOJohannes Thumshirn2021-03-171-4/+0
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-03-254-6/+15
|\ \ \ \ \
| * | | | | squashfs: fix xattr id and id lookup sanity checksPhillip Lougher2021-03-252-4/+8
| * | | | | squashfs: fix inode lookup sanity checksSean Nyekjaer2021-03-252-2/+7
| | |_|_|/ | |/| | |
* | | | | Merge tag 'afs-cachefiles-fixes-20210323' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2021-03-242-6/+4
|\ \ \ \ \
| * | | | | afs: Use wait_on_page_writeback_killableMatthew Wilcox (Oracle)2021-03-231-2/+1
| * | | | | fs/cachefiles: Remove wait_bit_key layout dependencyMatthew Wilcox (Oracle)2021-03-231-4/+3
| |/ / / /
* / / / / cachefiles: do not yet allow on idmapped mountsChristian Brauner2021-03-241-0/+6
|/ / / /
* | | | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-03-2111-72/+168
|\ \ \ \
| * | | | ext4: initialize ret to suppress smatch warningTheodore Ts'o2021-03-211-1/+1
| * | | | ext4: stop inode update before returnPan Bian2021-03-211-1/+3
| * | | | ext4: fix rename whiteout with fast commitHarshad Shirwadkar2021-03-213-2/+12
| * | | | ext4: fix timer use-after-free on failed mountJan Kara2021-03-211-1/+1
| * | | | ext4: fix potential error in ext4_do_update_inodeShijie Luo2021-03-211-4/+4
| * | | | ext4: do not try to set xattr into ea_inode if value is emptyzhangyi (F)2021-03-211-1/+1
| * | | | ext4: do not iput inode under running transaction in ext4_rename()zhangyi (F)2021-03-211-9/+9
| * | | | ext4: find old entry again if failed to rename whiteoutzhangyi (F)2021-03-211-2/+27
| * | | | ext4: fix error handling in ext4_end_enable_verity()Eric Biggers2021-03-111-34/+55
| * | | | ext4: fix bh ref count on error pathsZhaolong Zhang2021-03-061-3/+3
| * | | | fs/ext4: fix integer overflow in s_log_groups_per_flexSabyrzhan Tasbolatov2021-03-061-2/+9