summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'char-misc-6.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-12-093-23/+0
|\
| * Revert "debugfs: annotate debugfs handlers vs. removal with lockdep"Johannes Berg2023-12-043-23/+0
* | Merge tag '6.7-rc4-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2023-12-094-58/+187
|\ \
| * | cifs: reconnect worker should take reference on server struct unconditionallyShyam Prasad N2023-12-062-18/+19
| * | Revert "cifs: reconnect work should have reference on server struct"Shyam Prasad N2023-12-062-34/+16
| * | cifs: Fix non-availability of dedup breaking generic/304David Howells2023-12-051-1/+3
| * | smb: client: fix potential NULL deref in parse_dfs_referrals()Paulo Alcantara2023-12-051-0/+2
| * | cifs: Fix flushing, invalidation and file size with FICLONEDavid Howells2023-12-041-11/+57
| * | cifs: Fix flushing, invalidation and file size with copy_file_range()David Howells2023-12-041-3/+99
| |/
* | Merge tag 'mm-hotfixes-stable-2023-12-07-18-47' of git://git.kernel.org/pub/s...Linus Torvalds2023-12-085-14/+63
|\ \ | |/ |/|
| * nilfs2: prevent WARNING in nilfs_sufile_set_segment_usage()Ryusuke Konishi2023-12-061-7/+35
| * mm/hugetlb: have CONFIG_HUGETLB_PAGE select CONFIG_XARRAY_MULTISidhartha Kumar2023-12-061-0/+1
| * nilfs2: fix missing error check for sb_set_blocksize callRyusuke Konishi2023-12-061-1/+5
| * squashfs: squashfs_read_data need to check if the length is 0Lizhi Xu2023-12-061-1/+1
| * mm/pagemap: fix wr-protect even if PM_SCAN_WP_MATCHING not setPeter Xu2023-12-061-1/+1
| * mm/pagemap: fix ioctl(PAGEMAP_SCAN) on vma checkPeter Xu2023-12-061-4/+20
* | Merge tag 'v6.7-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2023-12-037-34/+54
|\ \
| * | smb: client, common: fix fortify warningsDmitry Antipov2023-11-305-31/+40
| * | cifs: Fix FALLOC_FL_INSERT_RANGE by setting i_size after EOF movedDavid Howells2023-11-291-0/+3
| * | cifs: Fix FALLOC_FL_ZERO_RANGE by setting i_size if EOF movedDavid Howells2023-11-291-2/+8
| * | smb: client: report correct st_size for SMB and NFS symlinksPaulo Alcantara2023-11-281-0/+2
| * | smb: client: fix missing mode bits for SMB symlinksPaulo Alcantara2023-11-281-1/+1
* | | Merge tag 'fs_for_v6.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-12-021-1/+0
|\ \ \
| * | | ext2: Fix ki_pos update for DIO buffered-io fallback caseRitesh Harjani (IBM)2023-11-221-1/+0
* | | | Merge tag 'bcachefs-2023-11-29' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2023-12-0236-228/+394
|\ \ \ \
| * | | | bcachefs: Extra kthread_should_stop() calls for copygcKent Overstreet2023-11-282-4/+10
| * | | | bcachefs: Convert gc_alloc_start() to for_each_btree_key2()Kent Overstreet2023-11-281-4/+5
| * | | | bcachefs: Fix race between btree writes and metadata dropKent Overstreet2023-11-281-0/+4
| * | | | bcachefs: move journal seq assertionKent Overstreet2023-11-282-3/+3
| * | | | bcachefs: -EROFS doesn't count as move_extent_start_failKent Overstreet2023-11-281-0/+4
| * | | | bcachefs: trace_move_extent_start_fail() now includes errcodeKent Overstreet2023-11-283-17/+14
| * | | | 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-251-1/+5
| * | | | bcachefs: Fix ec + durability calculationKent Overstreet2023-11-251-18/+12
| * | | | bcachefs: Data update path won't accidentaly grow replicasKent Overstreet2023-11-255-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-293-10/+182
| |\ \ \ \ \ | | |_|/ / / | |/| | | |