summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsBart Van Assche2022-07-1433-86/+84
* fs/buffer: Use the new blk_opf_t typeBart Van Assche2022-07-141-10/+11
* treewide: Rename enum req_opf into enum req_opBart Van Assche2022-07-142-4/+3
* block: remove bdevnameChristoph Hellwig2022-07-142-3/+6
* ext4: only initialize mmp_bdevname onceChristoph Hellwig2022-07-141-4/+4
* ocfs2/cluster: remove the hr_dev_name field from struct o2hb_regionChristoph Hellwig2022-07-141-34/+30
* block: replace blkdev_nr_zones with bdev_nr_zonesChristoph Hellwig2022-07-061-9/+8
* iomap: add support for dma aligned direct-ioKeith Busch2022-06-271-2/+2
* Merge tag 'mm-hotfixes-stable-2022-06-26' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-06-261-15/+53
|\
| * hugetlbfs: zero partial pages during fallocate hole punchMike Kravetz2022-06-161-15/+53
* | Merge tag 'for-5.19-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-06-2610-27/+145
|\ \
| * | btrfs: fix deadlock with fsync+fiemap+transaction commitJosef Bacik2022-06-211-15/+52
| * | btrfs: don't set lock_owner when locking extent buffer for readingZygo Blaxell2022-06-211-3/+0
| * | btrfs: zoned: fix critical section of relocation inode writebackNaohiro Aota2022-06-211-1/+2
| * | btrfs: zoned: prevent allocation from previous data relocation BGNaohiro Aota2022-06-215-2/+53
| * | btrfs: do not BUG_ON() on failure to migrate space when replacing extentsFilipe Manana2022-06-211-2/+4
| * | btrfs: add missing inode updates on each iteration when replacing extentsFilipe Manana2022-06-214-0/+23
| * | btrfs: fix race between reflinking and ordered extent completionFilipe Manana2022-06-211-4/+11
* | | Merge tag 'exfat-for-5.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-06-261-1/+3
|\ \ \
| * | | exfat: use updated exfat_chain directly during renamingSungjong Seo2022-06-091-1/+3
* | | | Merge tag '5.19-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2022-06-268-139/+366
|\ \ \ \
| * | | | cifs: update cifs_ses::ip_addr after failoverPaulo Alcantara2022-06-241-1/+7
| * | | | cifs: avoid deadlocks while updating ifaceShyam Prasad N2022-06-242-15/+33
| * | | | cifs: periodically query network interfaces from serverShyam Prasad N2022-06-224-1/+35
| * | | | cifs: during reconnect, update interface if necessaryShyam Prasad N2022-06-223-0/+88
| * | | | cifs: change iface_list from array to sorted linked listShyam Prasad N2022-06-226-129/+201
| * | | | smb3: use netname when available on secondary channelsShyam Prasad N2022-06-221-2/+9
| * | | | smb3: fix empty netname context on secondary channelsSteve French2022-06-201-6/+8
* | | | | Merge tag 'f2fs-for-5.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-06-253-20/+32
|\ \ \ \ \
| * | | | | f2fs: do not count ENOENT for error caseJaegeuk Kim2022-06-211-1/+3
| * | | | | f2fs: fix iostat related lock protectionDaeho Jeong2022-06-191-13/+18
| * | | | | f2fs: attach inline_data after setting compressionJaegeuk Kim2022-06-191-6/+11
| | |/ / / | |/| | |
* | | | | Merge tag 'io_uring-5.19-2022-06-24' of git://git.kernel.dk/linux-blockLinus Torvalds2022-06-241-11/+15
|\ \ \ \ \
| * | | | | io_uring: use original request task for inflight trackingJens Axboe2022-06-231-1/+1
| * | | | | io_uring: fix double poll leak on repollingPavel Begunkov2022-06-211-0/+1
| * | | | | io_uring: fix wrong arm_poll error handlingPavel Begunkov2022-06-211-0/+1
| * | | | | io_uring: fail links when poll failsPavel Begunkov2022-06-211-0/+2
| * | | | | io_uring: fix req->apoll_eventsPavel Begunkov2022-06-211-4/+8
| * | | | | io_uring: fix merge error in checking send/recv addr2 flagsJens Axboe2022-06-211-4/+0
| * | | | | io_uring: mark reissue requests with REQ_F_PARTIAL_IOJens Axboe2022-06-201-2/+2
* | | | | | Merge tag 'trace-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-06-231-1/+1
|\ \ \ \ \ \
| * | | | | | tracefs: Fix syntax errors in commentsXiang wangx2022-06-171-1/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag '9p-for-5.19-rc4' of https://github.com/martinetd/linuxLinus Torvalds2022-06-224-17/+29
|\ \ \ \ \ \
| * | | | | | 9p: fix EBADF errors in cached modeDominique Martinet2022-06-171-0/+13
| * | | | | | 9p: Fix refcounting during full path walks for fid lookupsTyler Hicks2022-06-151-13/+9
| * | | | | | 9p: fix fid refcount leak in v9fs_vfs_get_linkDominique Martinet2022-06-151-4/+4
| * | | | | | 9p: fix fid refcount leak in v9fs_vfs_atomic_open_dotlDominique Martinet2022-06-151-0/+3
| |/ / / / /
* | | | | | Merge tag 'for-5.19-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-06-212-9/+51
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | btrfs: add error messages to all unrecognized mount optionsDavid Sterba2022-06-071-7/+32
| * | | | | btrfs: prevent remounting to v1 space cache for subpage mountQu Wenruo2022-06-061-0/+8