summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'io_uring-5.12-2021-04-03' of git://git.kernel.dk/linux-blockLinus Torvalds2021-04-031-0/+5
|\
| * io_uring: fix !CONFIG_BLOCK compilation failureJens Axboe2021-04-021-0/+5
* | Merge tag 'gfs2-v5.12-rc2-fixes2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-04-031-5/+9
|\ \
| * | gfs2: report "already frozen/thawed" errorsBob Peterson2021-03-251-4/+6
| * | gfs2: Flag a withdraw if init_threads() failsAndrew Price2021-03-151-1/+3
* | | Merge tag 'block-5.12-2021-04-02' of git://git.kernel.dk/linux-blockLinus Torvalds2021-04-021-0/+4
|\ \ \
| * | | block: don't ignore REQ_NOWAIT for direct IOPavel Begunkov2021-04-021-0/+4
* | | | Merge tag 'io_uring-5.12-2021-04-02' of git://git.kernel.dk/linux-blockLinus Torvalds2021-04-022-22/+32
|\ \ \ \ | | |_|/ | |/| |
| * | | io_uring: move reissue into regular IO pathJens Axboe2021-04-021-4/+13
| * | | io_uring: fix EIOCBQUEUED iter revertPavel Begunkov2021-04-011-4/+0
| * | | io_uring/io-wq: protect against sprintf overflowPavel Begunkov2021-04-012-3/+3
| * | | io_uring: don't mark S_ISBLK async work as unboundedJens Axboe2021-04-011-1/+1
| * | | io_uring: drop sqd lock before handling signals for SQPOLLJens Axboe2021-03-301-8/+11
| * | | io_uring: handle setup-failed ctx in kill_timeoutsPavel Begunkov2021-03-291-2/+2
| * | | io_uring: always go for cancellation spin on execPavel Begunkov2021-03-281-0/+2
* | | | reiserfs: update reiserfs_xattrs_initialized() conditionTetsuo Handa2021-03-301-1/+1
* | | | 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
| | |_|_|/ / | |/| | | |