summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* fsdax: shift partition offset handling into the file systemsChristoph Hellwig2021-12-046-16/+36
* dax: return the partition offset from fs_dax_get_by_bdevChristoph Hellwig2021-12-048-5/+10
* iomap: add a IOMAP_DAX flagChristoph Hellwig2021-12-045-10/+13
* xfs: pass the mapping flags to xfs_bmbt_to_iomapChristoph Hellwig2021-12-045-21/+27
* xfs: use xfs_direct_write_iomap_ops for DAX zeroingChristoph Hellwig2021-12-041-2/+2
* xfs: move dax device handling into xfs_{alloc,free}_buftargChristoph Hellwig2021-12-043-27/+11
* ext4: cleanup the dax handling in ext4_fill_superChristoph Hellwig2021-12-041-4/+3
* ext2: cleanup the dax handling in ext2_fill_superChristoph Hellwig2021-12-041-7/+5
* fsdax: decouple zeroing from the iomap buffered I/O codeChristoph Hellwig2021-12-045-43/+88
* fsdax: factor out a dax_memzero helperChristoph Hellwig2021-12-041-17/+19
* fsdax: simplify the offset check in dax_iomap_zeroChristoph Hellwig2021-12-041-3/+1
* xfs: add xfs_zero_range and xfs_truncate_page helpersShiyang Ruan2021-12-046-12/+37
* fsdax: simplify the pgoff calculationChristoph Hellwig2021-12-041-25/+10
* fsdax: use a saner calling convention for copy_cow_page_daxChristoph Hellwig2021-12-041-16/+13
* fsdax: remove a pointless __force cast in copy_cow_page_daxChristoph Hellwig2021-12-041-1/+1
* dax: remove dax_capableChristoph Hellwig2021-12-044-22/+25
* xfs: factor out a xfs_setup_dax_always helperChristoph Hellwig2021-12-041-19/+28
* dax: simplify the dax_device <-> gendisk associationChristoph Hellwig2021-12-041-1/+1
* dax: remove CONFIG_DAX_DRIVERChristoph Hellwig2021-12-041-1/+1
* Merge tag 'xfs-5.16-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2021-11-144-7/+12
|\
| * xfs: sync xfs_btree_split macros with userspace libxfsDarrick J. Wong2021-11-111-0/+4
| * xfs: #ifdef out perag code for userspaceEric Sandeen2021-11-102-3/+7
| * xfs: use swap() to make dabtree code cleanerYang Guang2021-11-081-4/+1
* | Merge tag 'zstd-for-linus-v5.16' of git://github.com/terrelln/linuxLinus Torvalds2021-11-135-72/+72
|\ \
| * | lib: zstd: Add kernel-specific APINick Terrell2021-11-085-72/+72
* | | Merge tag 'io_uring-5.16-2021-11-13' of git://git.kernel.dk/linux-blockLinus Torvalds2021-11-131-2/+15
|\ \ \
| * | | io-wq: serialize hash clear with wakeupJens Axboe2021-11-111-2/+15
* | | | Merge tag '5.16-rc-part2-smb3-client-fixes' of git://git.samba.org/sfrench/ci...Linus Torvalds2021-11-1318-933/+1184
|\ \ \ \
| * | | | cifs: do not duplicate fscache cookie for secondary channelsShyam Prasad N2021-11-121-2/+7
| * | | | cifs: connect individual channel servers to primary channel serverShyam Prasad N2021-11-126-14/+36
| * | | | cifs: protect session channel fields with chan_lockShyam Prasad N2021-11-126-15/+71
| * | | | cifs: do not negotiate session if session already existsShyam Prasad N2021-11-121-8/+10
| * | | | smb3: do not setup the fscache_super_cookie until fsinfo initializedSteve French2021-11-122-2/+14
| * | | | cifs: fix potential use-after-free bugsPaulo Alcantara2021-11-121-22/+19
| * | | | cifs: fix memory leak of smb3_fs_context_dup::server_hostnamePaulo Alcantara2021-11-121-0/+2
| * | | | smb3: add additional null check in SMB311_posix_mkdirSteve French2021-11-121-0/+11
| * | | | cifs: release lock earlier in dequeue_mid error caseSteve French2021-11-121-3/+4
| * | | | smb3: add additional null check in SMB2_tconSteve French2021-11-121-1/+1
| * | | | smb3: add additional null check in SMB2_openSteve French2021-11-121-1/+3
| * | | | smb3: add additional null check in SMB2_ioctlSteve French2021-11-111-0/+10
| * | | | smb3: remove trivial dfs compile warningSteve French2021-11-101-2/+2
| * | | | cifs: support nested dfs links over reconnectPaulo Alcantara2021-11-109-693/+660
| * | | | smb3: do not error on fsync when readonlySteve French2021-11-101-6/+29
| * | | | cifs: for compound requests, use open handle if possibleShyam Prasad N2021-11-101-5/+17
| * | | | cifs: set a minimum of 120s for next dns resolutionPaulo Alcantara2021-11-092-2/+3
| * | | | cifs: split out dfs code from cifs_reconnect()Paulo Alcantara2021-11-091-133/+162
| * | | | cifs: convert list_for_each to entry variantPaulo Alcantara2021-11-091-19/+13
| * | | | cifs: introduce new helper for cifs_reconnect()Paulo Alcantara2021-11-091-64/+75
| * | | | cifs: fix print of hdr_flags in dfscache_proc_show()Paulo Alcantara2021-11-091-1/+1
| * | | | cifs: send workstation name during ntlmssp session setupShyam Prasad N2021-11-088-85/+170