summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-05-0225-135/+257
|\
| * Merge tag 'nfsd-6.9-6' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2024-04-291-1/+1
| |\
| | * NFSD: Fix nfsd4_encode_fattr4() crasherChuck Lever2024-04-251-1/+1
| * | Merge tag 'nfs-for-6.9-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2024-04-291-1/+6
| |\ \
| | * | nfs: Handle error of rpc_proc_register() in nfs_net_init().Kuniyuki Iwashima2024-04-041-1/+6
| * | | Merge tag 'bcachefs-2024-04-29' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-04-294-5/+7
| |\ \ \
| | * | | bcachefs: fix integer conversion bugKent Overstreet2024-04-281-1/+1
| | * | | bcachefs: btree node scan now fills in sectors_writtenKent Overstreet2024-04-282-2/+6
| | * | | bcachefs: Remove accidental debug assertKent Overstreet2024-04-281-2/+0
| * | | | Merge tag 'erofs-for-6.9-rc7-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-04-293-77/+56
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | erofs: reliably distinguish block based and fscache modeChristian Brauner2024-04-281-6/+2
| | * | | erofs: get rid of erofs_fs_contextBaokun Li2024-04-282-70/+53
| | * | | erofs: modify the error message when prepare_ondemand_read failedHongbo Li2024-04-281-1/+1
| * | | | Merge tag '6.9-rc5-cifs-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2024-04-273-4/+9
| |\ \ \ \
| | * | | | smb3: fix lock ordering potential deadlock in cifs_sync_mid_resultSteve French2024-04-251-0/+3
| | * | | | smb3: missing lock when picking channelSteve French2024-04-251-1/+3
| | * | | | smb: client: Fix struct_group() usage in __packed structsGustavo A. R. Silva2024-04-242-3/+3
| * | | | | Merge tag 'mm-hotfixes-stable-2024-04-26-13-30' of git://git.kernel.org/pub/s...Linus Torvalds2024-04-261-5/+2
| |\ \ \ \ \
| | * | | | | mm: support page_mapcount() on page_has_type() pagesMatthew Wilcox (Oracle)2024-04-241-5/+2
| * | | | | | Merge tag 'vfs-6.9-rc6.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-04-268-20/+120
| |\ \ \ \ \ \
| | * | | | | | netfs: Fix the pre-flush when appending to a file in writethrough modeDavid Howells2024-04-261-7/+6
| | * | | | | | netfs: Fix writethrough-mode error handlingDavid Howells2024-04-231-4/+6
| | * | | | | | ntfs3: add legacy ntfs file operationsChristian Brauner2024-04-234-4/+33
| | * | | | | | ntfs3: enforce read-only when used as legacy ntfs driverChristian Brauner2024-04-232-4/+34
| | * | | | | | ntfs3: serve as alias for the legacy ntfs driverChristian Brauner2024-04-162-0/+40
| | * | | | | | fs: Return ENOTTY directly if FS_IOC_GETUUID or FS_IOC_GETFSSYSFSPATH failGünther Noack2024-04-091-2/+2
| * | | | | | | Merge tag '9p-for-6.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/e...Linus Torvalds2024-04-254-22/+56
| |\ \ \ \ \ \ \
| | * | | | | | | fs/9p: mitigate inode collisionsEric Van Hensbergen2024-04-224-22/+56
| | | |_|_|/ / / | | |/| | | | |
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-2558-190/+442
|\| | | | | | |
| * | | | | | | Merge tag 'nfsd-6.9-5' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2024-04-252-22/+6
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| | * | | | | | Revert "NFSD: Convert the callback workqueue to use delayed_work"Chuck Lever2024-04-232-4/+4
| | * | | | | | Revert "NFSD: Reschedule CB operations when backchannel rpc_clnt is shut down"Chuck Lever2024-04-231-18/+2
| * | | | | | | Merge tag 'for-6.9-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-04-246-27/+25
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| | * | | | | | btrfs: fix wrong block_start calculation for btrfs_drop_extent_map_range()Qu Wenruo2024-04-182-1/+6
| | * | | | | | btrfs: fix information leak in btrfs_ioctl_logical_to_ino()Johannes Thumshirn2024-04-181-9/+3
| | * | | | | | btrfs: fallback if compressed IO fails for ENOSPCSweet Tea Dorminy2024-04-181-7/+6
| | * | | | | | btrfs: scrub: run relocation repair when/only neededNaohiro Aota2024-04-181-9/+9
| | * | | | | | btrfs: remove colon from messages with stateDavid Sterba2024-04-181-1/+1
| * | | | | | | Merge tag '6.9-rc5-smb-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2024-04-2313-26/+176
| |\ \ \ \ \ \ \
| | * | | | | | | cifs: reinstate original behavior again for forceuid/forcegidTakayuki Nagata2024-04-222-0/+14
| | * | | | | | | smb: client: fix rename(2) regression against sambaPaulo Alcantara2024-04-191-0/+1
| | * | | | | | | cifs: Add tracing for the cifs_tcon struct refcountingDavid Howells2024-04-1911-26/+143
| | * | | | | | | cifs: Fix reacquisition of volume cookie on still-live connectionDavid Howells2024-04-193-0/+18
| * | | | | | | | Merge tag '6.9-rc5-ksmbd-fixes' of git://git.samba.org/ksmbdLinus Torvalds2024-04-225-28/+42
| |\ \ \ \ \ \ \ \
| | * | | | | | | | ksmbd: add continuous availability share parameterNamjae Jeon2024-04-192-19/+27
| | * | | | | | | | ksmbd: common: use struct_group_attr instead of struct_group for network_open...Namjae Jeon2024-04-191-1/+1
| | * | | | | | | | ksmbd: clear RENAME_NOREPLACE before calling vfs_renameMarios Makassikis2024-04-191-0/+5
| | * | | | | | | | ksmbd: validate request buffer size in smb2_allocate_rsp_buf()Namjae Jeon2024-04-191-0/+4
| | * | | | | | | | ksmbd: fix slab-out-of-bounds in smb2_allocate_rsp_bufNamjae Jeon2024-04-191-8/+5
| | |/ / / / / / /
| * | | | | | | | Merge tag 'bcachefs-2024-04-22' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-04-2219-52/+105
| |\ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | |