summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2022-07-18mm: thp: kill __transhuge_page_enabled()Yang Shi1-1/+1
2022-07-18mm: thp: kill transparent_hugepage_active()Yang Shi1-1/+1
2022-07-18xfs: add dax dedupe supportShiyang Ruan4-7/+69
2022-07-18xfs: support CoW in fsdax modeShiyang Ruan3-6/+58
2022-07-18fsdax: dedup file range to use a compare functionShiyang Ruan3-7/+114
2022-07-18fsdax: add dax_iomap_cow_copy() for dax zeroShiyang Ruan1-8/+19
2022-07-18fsdax: replace mmap entry in case of CoWShiyang Ruan1-35/+42
2022-07-18fsdax: introduce dax_iomap_cow_copy()Shiyang Ruan1-5/+83
2022-07-18fsdax: output address in dax_iomap_pfn() and rename itShiyang Ruan1-5/+13
2022-07-18fsdax: set a CoW flag when associate reflink mappingsShiyang Ruan1-9/+41
2022-07-18xfs: implement ->notify_failure() for XFSShiyang Ruan6-3/+238
2022-07-18fsdax: introduce dax_lock_mapping_entry()Shiyang Ruan1-0/+63
2022-07-18dax: introduce holder for dax_deviceShiyang Ruan4-13/+18
2022-07-18mm: handling Non-LRU pages returned by vm_normal_pagesAlex Sierra1-1/+1
2022-07-04mm/smaps: add Pss_DirtyVincent Whitchurch1-0/+3
2022-07-04mm: shrinkers: provide shrinkers with namesRoman Gushchin18-19/+31
2022-06-27Merge tag 'mm-hotfixes-stable-2022-06-26' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-15/+53
2022-06-26Merge tag 'for-5.19-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds10-27/+145
2022-06-26Merge tag 'exfat-for-5.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+3
2022-06-26Merge tag '5.19-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds8-139/+366
2022-06-25Merge tag 'f2fs-for-5.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-20/+32
2022-06-24cifs: update cifs_ses::ip_addr after failoverPaulo Alcantara1-1/+7
2022-06-24Merge tag 'io_uring-5.19-2022-06-24' of git://git.kernel.dk/linux-blockLinus Torvalds1-11/+15
2022-06-24cifs: avoid deadlocks while updating ifaceShyam Prasad N2-15/+33
2022-06-23Merge tag 'trace-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2022-06-23io_uring: use original request task for inflight trackingJens Axboe1-1/+1
2022-06-23cifs: periodically query network interfaces from serverShyam Prasad N4-1/+35
2022-06-23cifs: during reconnect, update interface if necessaryShyam Prasad N3-0/+88
2022-06-23cifs: change iface_list from array to sorted linked listShyam Prasad N6-129/+201
2022-06-23smb3: use netname when available on secondary channelsShyam Prasad N1-2/+9
2022-06-22Merge tag '9p-for-5.19-rc4' of https://github.com/martinetd/linuxLinus Torvalds4-17/+29
2022-06-22io_uring: fix double poll leak on repollingPavel Begunkov1-0/+1
2022-06-22io_uring: fix wrong arm_poll error handlingPavel Begunkov1-0/+1
2022-06-22io_uring: fail links when poll failsPavel Begunkov1-0/+2
2022-06-21Merge tag 'for-5.19-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-9/+51
2022-06-21afs: Fix dynamic root getattrDavid Howells1-1/+2
2022-06-21f2fs: do not count ENOENT for error caseJaegeuk Kim1-1/+3
2022-06-21io_uring: fix req->apoll_eventsPavel Begunkov1-4/+8
2022-06-21io_uring: fix merge error in checking send/recv addr2 flagsJens Axboe1-4/+0
2022-06-21btrfs: fix deadlock with fsync+fiemap+transaction commitJosef Bacik1-15/+52
2022-06-21btrfs: don't set lock_owner when locking extent buffer for readingZygo Blaxell1-3/+0
2022-06-21btrfs: zoned: fix critical section of relocation inode writebackNaohiro Aota1-1/+2
2022-06-21btrfs: zoned: prevent allocation from previous data relocation BGNaohiro Aota5-2/+53
2022-06-21btrfs: do not BUG_ON() on failure to migrate space when replacing extentsFilipe Manana1-2/+4
2022-06-21btrfs: add missing inode updates on each iteration when replacing extentsFilipe Manana4-0/+23
2022-06-21btrfs: fix race between reflinking and ordered extent completionFilipe Manana1-4/+11
2022-06-21smb3: fix empty netname context on secondary channelsSteve French1-6/+8
2022-06-20io_uring: mark reissue requests with REQ_F_PARTIAL_IOJens Axboe1-2/+2
2022-06-20f2fs: fix iostat related lock protectionDaeho Jeong1-13/+18
2022-06-20f2fs: attach inline_data after setting compressionJaegeuk Kim1-6/+11