summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag '6.9-rc5-smb-client-fixes' of git://git.samba.org/sfrench/cifs-2.6HEADmasterLinus Torvalds2 days13-26/+176
|\
| * cifs: reinstate original behavior again for forceuid/forcegidTakayuki Nagata3 days2-0/+14
| * smb: client: fix rename(2) regression against sambaPaulo Alcantara6 days1-0/+1
| * cifs: Add tracing for the cifs_tcon struct refcountingDavid Howells6 days11-26/+143
| * cifs: Fix reacquisition of volume cookie on still-live connectionDavid Howells6 days3-0/+18
* | Merge tag '6.9-rc5-ksmbd-fixes' of git://git.samba.org/ksmbdLinus Torvalds3 days5-28/+42
|\ \
| * | ksmbd: add continuous availability share parameterNamjae Jeon6 days2-19/+27
| * | ksmbd: common: use struct_group_attr instead of struct_group for network_open...Namjae Jeon6 days1-1/+1
| * | ksmbd: clear RENAME_NOREPLACE before calling vfs_renameMarios Makassikis6 days1-0/+5
| * | ksmbd: validate request buffer size in smb2_allocate_rsp_buf()Namjae Jeon6 days1-0/+4
| * | ksmbd: fix slab-out-of-bounds in smb2_allocate_rsp_bufNamjae Jeon6 days1-8/+5
| |/
* | Merge tag 'bcachefs-2024-04-22' of https://evilpiepirate.org/git/bcachefsLinus Torvalds3 days19-52/+105
|\ \
| * | bcachefs: If we run merges at a lower watermark, they must be nonblockingKent Overstreet4 days1-1/+5
| * | bcachefs: Fix inode early destruction pathKent Overstreet5 days1-3/+6
| * | bcachefs: Fix deadlock in journal write pathKent Overstreet5 days1-18/+42
| * | bcachefs: Tweak btree key cache shrinker so it actually freesKent Overstreet5 days1-15/+4
| * | bcachefs: bkey_cached.btree_trans_barrier_seq needs to be a ulongKent Overstreet5 days1-1/+1
| * | bcachefs: Fix missing call to bch2_fs_allocator_background_exit()Kent Overstreet6 days1-0/+1
| * | bcachefs: Check for journal entries overruning end of sb clean sectionKent Overstreet6 days2-1/+10
| * | bcachefs: Fix bio alloc in check_extent_checksum()Kent Overstreet8 days1-1/+1
| * | bcachefs: fix leak in bch2_gc_write_reflink_keyKent Overstreet8 days1-1/+2
| * | bcachefs: KEY_TYPE_error is allowed for reflinkKent Overstreet8 days1-1/+2
| * | bcachefs: Fix bch2_dev_btree_bitmap_marked_sectors() shiftKent Overstreet8 days2-5/+5
| * | bcachefs: make sure to release last journal pin in replayKent Overstreet9 days1-1/+4
| * | bcachefs: node scan: ignore multiple nodes with same seq if interiorKent Overstreet9 days1-0/+2
| * | bcachefs: Fix format specifier in validate_bset_keys()Nathan Chancellor9 days1-1/+1
| * | bcachefs: Fix null ptr deref in twf from BCH_IOCTL_FSCK_OFFLINEKent Overstreet9 days3-3/+19
* | | Merge tag 'driver-core-6.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4 days1-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 Torvalds6 days4-6/+23
|\ \ \ \
| * | | | fs/9p: drop inodes immediately on non-.L tooJoakim Sindholt2024-04-111-0/+1
| * | | | fs/9p: Revert "fs/9p: fix dups even in uncached mode"Eric Van Hensbergen2024-04-111-0/+16
| * | | | fs/9p: remove erroneous nlink init from legacy stat2inodeEric Van Hensbergen2024-04-091-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 Torvalds6 days6-27/+58
|\ \ \ \ \
| * | | | | cuse: add kernel-doc comments to cuse_process_init_reply()Yang Li11 days1-0/+4
| * | | | | fuse: fix leaked ENOSYS error on first statx callDanny Lin11 days1-0/+1
| * | | | | fuse: fix parallel dio write on file open in passthrough modeAmir Goldstein11 days1-2/+2
| * | | | | fuse: fix wrong ff->iomode state changes from parallel dio writeAmir Goldstein11 days4-25/+51
* | | | | | Merge tag 'mm-hotfixes-stable-2024-04-18-14-41' of git://git.kernel.org/pub/s...Linus Torvalds6 days2-2/+5
|\ \ \ \ \ \
| * | | | | | nilfs2: fix OOB in nilfs_set_de_typeJeongjun Park9 days1-1/+1
| * | | | | | Squashfs: check the inode number is not the invalid value of zeroPhillip Lougher9 days1-1/+4
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'for-6.9-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds8 days2-15/+14
|\ \ \ \ \ \
| * | | | | | btrfs: do not wait for short bulk allocationQu Wenruo2024-04-091-14/+4
| * | | | | | btrfs: zoned: add ASSERT and WARN for EXTENT_BUFFER_ZONED_ZEROOUT handlingNaohiro Aota2024-04-092-0/+9
| * | | | | | btrfs: zoned: do not flag ZEROOUT on non-dirty extent bufferNaohiro Aota2024-04-091-1/+1
* | | | | | | Merge tag 'nfsd-6.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds10 days1-24/+23
|\ \ \ \ \ \ \