summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | cifs: nosharesock should not share socket with future sessionsShyam Prasad N2021-11-073-1/+10
| | |/ / | |/| |
* | | | Merge tag '5.16-rc-ksmbd-fixes' of git://git.samba.org/ksmbdLinus Torvalds2021-11-1317-1139/+372
|\ \ \ \
| * | | | ksmbd: Use the SMB3_Create definitions from the sharedRonnie Sahlberg2021-11-115-265/+37
| * | | | ksmbd: Move more definitions into the shared areaRonnie Sahlberg2021-11-112-192/+4
| * | | | ksmbd: use the common definitions for NEGOTIATE_PROTOCOLRonnie Sahlberg2021-11-114-167/+15
| * | | | ksmbd: switch to use shared definitions where availableRonnie Sahlberg2021-11-115-180/+2
| * | | | ksmbd: change LeaseKey data type to u8 arrayNamjae Jeon2021-11-113-23/+14
| * | | | ksmbd: remove smb2_buf_length in smb2_transform_hdrNamjae Jeon2021-11-114-30/+21
| * | | | ksmbd: remove smb2_buf_length in smb2_hdrNamjae Jeon2021-11-1110-262/+260
| * | | | ksmbd: remove md4 leftoversNamjae Jeon2021-11-112-2/+0
| * | | | ksmbd: set unique value to volume serial field in FS_VOLUME_INFORMATIONNamjae Jeon2021-11-113-1/+10
| * | | | ksmbd: don't need 8byte alignment for request length in ksmbd_check_messageNamjae Jeon2021-11-061-4/+2