summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'afs-fixes-20210721' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-07-213-28/+25
|\
| * afs: Remove redundant assignment to retJiapeng Chong2021-07-211-4/+6
| * afs: Fix setting of writeback_indexDavid Howells2021-07-211-1/+1
| * afs: check function returnTom Rix2021-07-211-5/+11
| * afs: Fix tracepoint string placement with built-in AFSDavid Howells2021-07-211-18/+7
* | seq_file: disallow extremely large seq buffer allocationsEric Sandeen2021-07-191-0/+3
* | Merge tag 'xfs-5.14-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2021-07-189-37/+174
|\ \
| * | xfs: detect misaligned rtinherit directory extent size hintsDarrick J. Wong2021-07-151-2/+16
| * | xfs: fix an integer overflow error in xfs_growfs_rtDarrick J. Wong2021-07-151-5/+5
| * | xfs: improve FSGROWFSRT precondition checkingDarrick J. Wong2021-07-151-7/+32
| * | xfs: don't expose misaligned extszinherit hints to userspaceDarrick J. Wong2021-07-151-1/+18
| * | xfs: correct the narrative around misaligned rtinherit/extszinherit dirsDarrick J. Wong2021-07-153-22/+24
| * | xfs: reset child dir '..' entry when unlinking childDarrick J. Wong2021-07-151-0/+13
| * | xfs: check for sparse inode clusters that cross new EOAG when shrinkingDarrick J. Wong2021-07-153-0/+66
| |/
* | Merge tag 'iomap-5.14-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2021-07-182-20/+13
|\ \
| * | iomap: Don't create iomap_page objects in iomap_page_mkwrite_actorAndreas Gruenbacher2021-07-151-1/+0
| * | iomap: Don't create iomap_page objects for inline filesAndreas Gruenbacher2021-07-151-1/+3
| * | iomap: Permit pages without an iop to enter writebackAndreas Gruenbacher2021-07-151-2/+1
| * | iomap: remove the length variable in iomap_seek_holeChristoph Hellwig2021-07-151-6/+3
| * | iomap: remove the length variable in iomap_seek_dataChristoph Hellwig2021-07-151-10/+6
| |/
* | Merge tag '5.14-rc1-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2021-07-178-20/+124
|\ \
| * | cifs: do not share tcp sessions of dfs connectionsPaulo Alcantara2021-07-162-3/+38
| * | SMB3.1.1: fix mount failure to some servers when compression enabledSteve French2021-07-151-0/+1
| * | cifs: added WARN_ON for all the count decrementsShyam Prasad N2021-07-152-0/+11
| * | cifs: fix missing null session check in mountSteve French2021-07-151-1/+1
| * | cifs: handle reconnect of tcon when there is no cached dfs referralPaulo Alcantara2021-07-151-4/+2
| * | cifs: fix the out of range assignment to bit fields in parse_server_interfacesHyunchul Lee2021-07-141-2/+2
| * | cifs: Do not use the original cruid when following DFS links for multiuser mo...Ronnie Sahlberg2021-07-141-0/+4
| * | cifs: use the expiry output of dns_query to schedule next resolutionShyam Prasad N2021-07-146-10/+65
| |/
* | Merge tag 'io_uring-5.14-2021-07-16' of git://git.kernel.dk/linux-blockLinus Torvalds2021-07-161-3/+5
|\ \
| * | io_uring: fix io_drain_req()Pavel Begunkov2021-07-111-2/+4
| * | io_uring: use right task for exiting checksPavel Begunkov2021-07-111-1/+1
| |/
* | Merge tag 'zonefs-5.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-07-161-3/+0
|\ \
| * | zonefs: remove redundant null bio checkXianting Tian2021-07-161-3/+0
| |/
* | Merge tag 'configfs-5.13-1' of git://git.infradead.org/users/hch/configfsLinus Torvalds2021-07-151-7/+22
|\ \
| * | configfs: fix the read and write iteratorsBart Van Assche2021-07-131-7/+22
| |/
* | Merge tag 'Wimplicit-fallthrough-clang-5.14-rc2' of git://git.kernel.org/pub/...Linus Torvalds2021-07-152-9/+9
|\ \
| * | fcntl: Fix unreachable code in do_fcntl()Gustavo A. R. Silva2021-07-121-1/+1
| * | xfs: Fix multiple fall-through warnings for ClangGustavo A. R. Silva2021-07-121-8/+8
| |/
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-07-154-11/+45
|\ \
| * | hfs: add lock nesting notation to hfs_find_initDesmond Cheong Zhi Xi2021-07-152-1/+20
| * | hfs: fix high memory mapping in hfs_bnode_readDesmond Cheong Zhi Xi2021-07-151-5/+20
| * | hfs: add missing clean-up in hfs_fill_superDesmond Cheong Zhi Xi2021-07-151-5/+5
* | | fs: add vfs_parse_fs_param_source() helperChristian Brauner2021-07-141-18/+36
|/ /
* | Merge tag 'vboxsf-v5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/h...Linus Torvalds2021-07-133-38/+116
|\ \
| * | vboxsf: Add support for the atomic_open directory-inode opHans de Goede2021-06-231-0/+48
| * | vboxsf: Add vboxsf_[create|release]_sf_handle() helpersHans de Goede2021-06-232-27/+51
| * | vboxsf: Make vboxsf_dir_create() return the handle for the created fileHans de Goede2021-06-231-7/+11
| * | vboxsf: Honor excl flag to the dir-inode create opHans de Goede2021-06-231-7/+9
* | | Merge tag 'for-5.14-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-07-139-286/+687
|\ \ \ | |_|/ |/| |