summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* mm: thp: kill __transhuge_page_enabled()Yang Shi2022-07-171-1/+1
* mm: thp: kill transparent_hugepage_active()Yang Shi2022-07-171-1/+1
* xfs: add dax dedupe supportShiyang Ruan2022-07-174-7/+69
* xfs: support CoW in fsdax modeShiyang Ruan2022-07-173-6/+58
* fsdax: dedup file range to use a compare functionShiyang Ruan2022-07-173-7/+114
* fsdax: add dax_iomap_cow_copy() for dax zeroShiyang Ruan2022-07-171-8/+19
* fsdax: replace mmap entry in case of CoWShiyang Ruan2022-07-171-35/+42
* fsdax: introduce dax_iomap_cow_copy()Shiyang Ruan2022-07-171-5/+83
* fsdax: output address in dax_iomap_pfn() and rename itShiyang Ruan2022-07-171-5/+13
* fsdax: set a CoW flag when associate reflink mappingsShiyang Ruan2022-07-171-9/+41
* xfs: implement ->notify_failure() for XFSShiyang Ruan2022-07-176-3/+238
* fsdax: introduce dax_lock_mapping_entry()Shiyang Ruan2022-07-171-0/+63
* dax: introduce holder for dax_deviceShiyang Ruan2022-07-174-13/+18
* mm: handling Non-LRU pages returned by vm_normal_pagesAlex Sierra2022-07-171-1/+1
* mm/smaps: add Pss_DirtyVincent Whitchurch2022-07-031-0/+3
* mm: shrinkers: provide shrinkers with namesRoman Gushchin2022-07-0318-19/+31
* 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
| | |_|_|_|/ | |/| | | |