summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | 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
* | | | | | | | fs/jffs2: Delete obsolete TODO fileWang Qing2021-03-311-37/+0
* | | | | | | | fs/befs: Delete obsolete TODO fileWang Qing2021-03-311-14/+0
* | | | | | | | sysctl: add proc_dou8vec_minmax()Eric Dumazet2021-03-261-0/+6
|/ / / / / / /
* | | | | | | 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
| * | | | | | ext4: add reclaim checks to xattr codeJan Kara2021-03-061-0/+4
| * | | | | | ext4: shrink race window in ext4_should_retry_alloc()Eric Whitney2021-03-064-12/+39
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'io_uring-5.12-2021-03-21' of git://git.kernel.dk/linux-blockLinus Torvalds2021-03-212-6/+26
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | io_uring: call req_set_fail_links() on short send[msg]()/recv[msg]() with MSG...Stefan Metzmacher2021-03-211-4/+20
| * | | | | io-wq: ensure task is running before processing task_workJens Axboe2021-03-211-2/+6
* | | | | | Merge tag 'x86_urgent_for_v5.12-rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-03-211-6/+4
|\ \ \ \ \ \
| * | | | | | kernel, fs: Introduce and use set_restart_fn() and arch_set_restart_data()Oleg Nesterov2021-03-161-6/+4
| | |_|_|/ / | |/| | | |