summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | Merge tag '5.12-rc3-smb3' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2021-03-205-8/+26
|\ \ \ \
| * | | | cifs: fix allocation size on newly created filesSteve French2021-03-191-1/+9
| * | | | cifs: warn and fail if trying to use rootfs without the config optionAurelien Aptel2021-03-191-2/+4
| * | | | fs/cifs/: fix misspellings using codespell toolLiu xuzhi2021-03-191-1/+1
| * | | | cifs: Fix preauth hash corruptionVincent Whitchurch2021-03-141-1/+6
| * | | | cifs: update new ACE pointer after populate_new_aces.Shyam Prasad N2021-03-141-3/+6
| |/ / /
* | | | Merge tag 'zonefs-5.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-03-191-14/+87
|\ \ \ \
| * | | | zonefs: fix to update .i_wr_refcnt correctly in zonefs_open_zone()Chao Yu2021-03-171-4/+3
| * | | | zonefs: Fix O_APPEND async write handlingDamien Le Moal2021-03-161-10/+68
| * | | | zonefs: prevent use of seq files as swap fileDamien Le Moal2021-03-161-0/+16
| |/ / /
* | | | Merge tag 'io_uring-5.12-2021-03-19' of git://git.kernel.dk/linux-blockLinus Torvalds2021-03-193-103/+141
|\ \ \ \ | | |/ / | |/| |
| * | | io_uring: don't leak creds on SQO attach errorPavel Begunkov2021-03-181-11/+6
| * | | io_uring: use typesafe pointers in io_uring_taskStefan Metzmacher2021-03-181-2/+2
| * | | io_uring: remove structures from include/linux/io_uring.hStefan Metzmacher2021-03-182-1/+25
| * | | io_uring: imply MSG_NOSIGNAL for send[msg]()/recv[msg]() callsStefan Metzmacher2021-03-181-4/+4
| * | | io_uring: fix sqpoll cancellation via task_workPavel Begunkov2021-03-151-1/+5
| * | | io_uring: add generic callback_head helpersPavel Begunkov2021-03-151-26/+36
| * | | io_uring: fix concurrent parkingPavel Begunkov2021-03-151-2/+11
| * | | io_uring: halt SQO submission on ctx exitPavel Begunkov2021-03-151-0/+8
| * | | io_uring: replace sqd rw_semaphore with mutexPavel Begunkov2021-03-151-22/+14
| * | | io_uring: fix complete_post use ctx after freePavel Begunkov2021-03-151-6/+11
| * | | io_uring: fix ->flags races by linked timeoutsPavel Begunkov2021-03-151-1/+0
| * | | io_uring: convert io_buffer_idr to XArrayJens Axboe2021-03-141-28/+15
| * | | io_uring: allow IO worker threads to be frozenJens Axboe2021-03-122-1/+6