summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | bcachefs: Fix split_race livelockKent Overstreet2023-11-281-1/+5
| | * | | bcachefs: Fix bucket data type for stripe bucketsKent Overstreet2023-11-281-2/+6
| | * | | bcachefs: Add missing validation for jset_entry_data_usageKent Overstreet2023-11-284-31/+53
| | * | | bcachefs: Fix zstd compress workspace sizeKent Overstreet2023-11-282-7/+11
| | * | | bcachefs: bpos is misaligned on big endianKent Overstreet2023-11-261-1/+5
| | * | | bcachefs: Fix ec + durability calculationKent Overstreet2023-11-261-18/+12
| | * | | bcachefs: Data update path won't accidentaly grow replicasKent Overstreet2023-11-265-67/+96
| | * | | bcachefs: deallocate_extra_replicas()Kent Overstreet2023-11-241-0/+27
| | * | | bcachefs: Proper refcounting for journal_keysKent Overstreet2023-11-246-11/+42
| | * | | bcachefs: preserve device path as device nameBrian Foster2023-11-243-2/+7
| | * | | bcachefs: Fix an endianness conversionKent Overstreet2023-11-241-1/+1
| | * | | bcachefs: Start gc, copygc, rebalance threads after initing writes refKent Overstreet2023-11-241-12/+16
| | * | | bcachefs: Don't stop copygc thread on device resizeKent Overstreet2023-11-241-2/+0
| | * | | bcachefs: Make sure bch2_move_ratelimit() also waits for move_opsKent Overstreet2023-11-242-13/+23
| | * | | bcachefs: bch2_moving_ctxt_flush_all()Kent Overstreet2023-11-241-5/+11
| | * | | bcachefs: Put erasure coding behind an EXPERIMENTAL kconfig optionKent Overstreet2023-11-242-0/+15
| | * | | closures: CLOSURE_CALLBACK() to fix type punningKent Overstreet2023-11-247-29/+26
| * | | | Merge tag 'net-6.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-12-013-10/+182
| |\ \ \ \
| | * \ \ \ Merge tag 'wireless-2023-11-29' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2023-11-303-10/+182
| | |\ \ \ \ | | | |_|/ / | | |/| | |
| | | * | | debugfs: add API to allow debugfs operations cancellationJohannes Berg2023-11-273-1/+118
| | | * | | debugfs: annotate debugfs handlers vs. removal with lockdepJohannes Berg2023-11-273-0/+28
| | | * | | debugfs: fix automount d_fsdata usageJohannes Berg2023-11-273-9/+36
| * | | | | Merge tag 'for-6.7-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-11-289-10/+62
| |\ \ \ \ \
| | * | | | | btrfs: send: ensure send_fd is writableJann Horn2023-11-241-1/+1
| | * | | | | btrfs: free the allocated memory if btrfs_alloc_page_array() failsQu Wenruo2023-11-241-3/+8
| | * | | | | btrfs: fix 64bit compat send ioctl arguments not initializing version memberDavid Sterba2023-11-241-0/+1
| | * | | | | btrfs: make error messages more clear when getting a chunk mapFilipe Manana2023-11-231-3/+4
| | * | | | | btrfs: fix off-by-one when checking chunk map includes logical addressFilipe Manana2023-11-231-1/+1
| | * | | | | btrfs: ref-verify: fix memory leaks in btrfs_ref_tree_mod()Bragatheswaran Manickavel2023-11-231-0/+2
| | * | | | | btrfs: add dmesg output for first mount and last unmount of a filesystemQu Wenruo2023-11-232-1/+5
| | * | | | | btrfs: do not abort transaction if there is already an existing qgroupQu Wenruo2023-11-151-1/+1
| | * | | | | btrfs: tree-checker: add type and sequence check for inline backrefsQu Wenruo2023-11-151-0/+39
| * | | | | | Merge tag '6.7-rc3-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds2023-11-289-141/+162
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| | * | | | | ksmbd: don't update ->op_state as OPLOCK_STATE_NONE on errorNamjae Jeon2023-11-241-1/+0
| | * | | | | ksmbd: move setting SMB2_FLAGS_ASYNC_COMMAND and AsyncIdNamjae Jeon2023-11-241-5/+2
| | * | | | | ksmbd: release interim response after sending status pending responseNamjae Jeon2023-11-242-1/+5
| | * | | | | ksmbd: move oplock handling after unlock parent dirNamjae Jeon2023-11-241-56/+65
| | * | | | | ksmbd: separately allocate ci per dentryNamjae Jeon2023-11-244-25/+18
| | * | | | | ksmbd: fix possible deadlock in smb2_openNamjae Jeon2023-11-245-59/+75
| | * | | | | ksmbd: prevent memory leak on error returnZongmin Zhou2023-11-241-2/+5
| | | |_|_|/ | | |/| | |
| * | | | | Merge tag 'trace-v6.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-11-272-48/+30
| |\ \ \ \ \
| | * | | | | eventfs: Make sure that parent->d_inode is locked in creating files/dirsSteven Rostedt (Google)2023-11-231-0/+4
| | * | | | | eventfs: Do not allow NULL parent to eventfs_start_creating()Steven Rostedt (Google)2023-11-231-9/+4
| | * | | | | eventfs: Move taking of inode_lock into dcache_dir_open_wrapper()Steven Rostedt (Google)2023-11-231-14/+2
| | * | | | | eventfs: Use GFP_NOFS for allocation when eventfs_mutex is heldSteven Rostedt (Google)2023-11-231-2/+2
| | * | | | | eventfs: Do not invalidate dentry in create_file/dir_dentry()Steven Rostedt (Google)2023-11-211-13/+6
| | * | | | | eventfs: Remove expectation that ei->is_freed means ei->dentry == NULLSteven Rostedt (Google)2023-11-211-10/+12
| | |/ / / /
| * | | | | Merge tag '6.7-rc2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2023-11-2610-375/+314
| |\ \ \ \ \
| | * | | | | smb: client: introduce cifs_sfu_make_node()Paulo Alcantara2023-11-233-120/+52
| | * | | | | smb: client: set correct file type from NFS reparse pointsPaulo Alcantara2023-11-238-61/+116