summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-242-4/+4
| * Revert "NFSD: Reschedule CB operations when backchannel rpc_clnt is shut down"Chuck Lever2024-04-241-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-235-28/+42
|\ \ \ \
| * | | | ksmbd: add continuous availability share parameterNamjae Jeon2024-04-202-19/+27
| * | | | ksmbd: common: use struct_group_attr instead of struct_group for network_open...Namjae Jeon2024-04-201-1/+1
| * | | | ksmbd: clear RENAME_NOREPLACE before calling vfs_renameMarios Makassikis2024-04-201-0/+5
| * | | | ksmbd: validate request buffer size in smb2_allocate_rsp_buf()Namjae Jeon2024-04-201-0/+4
| * | | | ksmbd: fix slab-out-of-bounds in smb2_allocate_rsp_bufNamjae Jeon2024-04-201-8/+5
| |/ / /
* | | | Merge tag 'bcachefs-2024-04-22' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-04-2219-52/+105
|\ \ \ \
| * | | | bcachefs: If we run merges at a lower watermark, they must be nonblockingKent Overstreet2024-04-221-1/+5
| * | | | bcachefs: Fix inode early destruction pathKent Overstreet2024-04-211-3/+6
| * | | | bcachefs: Fix deadlock in journal write pathKent Overstreet2024-04-211-18/+42
| * | | | bcachefs: Tweak btree key cache shrinker so it actually freesKent Overstreet2024-04-201-15/+4
| * | | | bcachefs: bkey_cached.btree_trans_barrier_seq needs to be a ulongKent Overstreet2024-04-201-1/+1
| * | | | bcachefs: Fix missing call to bch2_fs_allocator_background_exit()Kent Overstreet2024-04-201-0/+1
| * | | | bcachefs: Check for journal entries overruning end of sb clean sectionKent Overstreet2024-04-202-1/+10
| * | | | bcachefs: Fix bio alloc in check_extent_checksum()Kent Overstreet2024-04-171-1/+1
| * | | | bcachefs: fix leak in bch2_gc_write_reflink_keyKent Overstreet2024-04-171-1/+2
| * | | | bcachefs: KEY_TYPE_error is allowed for reflinkKent Overstreet2024-04-171-1/+2
| * | | | bcachefs: Fix bch2_dev_btree_bitmap_marked_sectors() shiftKent Overstreet2024-04-172-5/+5
| * | | | bcachefs: make sure to release last journal pin in replayKent Overstreet2024-04-171-1/+4
| * | | | bcachefs: node scan: ignore multiple nodes with same seq if interiorKent Overstreet2024-04-171-0/+2
| * | | | bcachefs: Fix format specifier in validate_bset_keys()Nathan Chancellor2024-04-171-1/+1
| * | | | bcachefs: Fix null ptr deref in twf from BCH_IOCTL_FSCK_OFFLINEKent Overstreet2024-04-173-3/+19
* | | | | Merge tag 'driver-core-6.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-04-211-0/+2
|\ \ \ \ \
| * | | | | fs: sysfs: Fix reference leak in sysfs_break_active_protection()Alan Stern2024-04-111-0/+2
* | | | | | Merge tag '9p-fixes-for-6.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-04-194-6/+23
|\ \ \ \ \ \
| * | | | | | fs/9p: drop inodes immediately on non-.L tooJoakim Sindholt2024-04-121-0/+1
| * | | | | | fs/9p: Revert "fs/9p: fix dups even in uncached mode"Eric Van Hensbergen2024-04-121-0/+16
| * | | | | | fs/9p: remove erroneous nlink init from legacy stat2inodeEric Van Hensbergen2024-04-101-2/+0
| * | | | | | 9p: explicitly deny setlease attemptsJeff Layton2024-03-281-0/+2
| * | | | | | fs/9p: fix the cache always being enabled on files with qid flagsJoakim Sindholt2024-03-281-3/+0
| * | | | | | fs/9p: translate O_TRUNC into OTRUNCJoakim Sindholt2024-03-281-0/+3
| * | | | | | fs/9p: only translate RWX permissions for plain 9P2000Joakim Sindholt2024-03-281-1/+1
* | | | | | | Merge tag 'fuse-fixes-6.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-04-196-27/+58
|\ \ \ \ \ \ \
| * | | | | | | cuse: add kernel-doc comments to cuse_process_init_reply()Yang Li2024-04-151-0/+4
| * | | | | | | fuse: fix leaked ENOSYS error on first statx callDanny Lin2024-04-151-0/+1
| * | | | | | | fuse: fix parallel dio write on file open in passthrough modeAmir Goldstein2024-04-151-2/+2