aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-12-14Merge tag '6.7-rc5-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6HEADmasterLinus Torvalds5-79/+109
2023-12-14Merge tag 'for-6.7-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds11-50/+116
2023-12-13Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2023-12-13fix ufs_get_locked_folio() breakageAl Viro1-1/+1
2023-12-12Merge tag 'ext4_for_linus-6.7-rc6' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-20/+32
2023-12-12Merge tag 'fuse-fixes-6.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-11/+98
2023-12-12Merge tag '6.7-rc5-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds8-45/+171
2023-12-12jbd2: fix soft lockup in journal_finish_inode_data_buffers()Ye Bin1-0/+1
2023-12-11Merge tag 'bcachefs-2023-12-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds20-38/+84
2023-12-11afs: Fix refcount underflow from error handling raceDavid Howells1-1/+1
2023-12-11smb: client: fix OOB in smb2_query_reparse_point()Paulo Alcantara1-10/+16
2023-12-11smb: client: fix NULL deref in asn1_ber_decoder()Paulo Alcantara1-16/+10
2023-12-11smb: client: fix potential OOBs in smb2_parse_contexts()Paulo Alcantara3-47/+75
2023-12-11smb: client: fix OOB in receive_encrypted_standard()Paulo Alcantara1-6/+8
2023-12-10bcachefs: Close journal entry if necessary when flushing all pinsKent Overstreet4-4/+9
2023-12-10bcachefs: Fix uninitialized var in bch2_journal_replay()Kent Overstreet1-1/+1
2023-12-09Merge tag 'char-misc-6.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-23/+0
2023-12-09Merge tag '6.7-rc4-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds4-58/+187
2023-12-08Merge tag 'mm-hotfixes-stable-2023-12-07-18-47' of git://git.kernel.org/pub/s...Linus Torvalds5-14/+63
2023-12-08ksmbd: fix wrong name of SMB2_CREATE_ALLOCATION_SIZENamjae Jeon1-1/+1
2023-12-08ksmbd: fix wrong allocation size update in smb2_open()Namjae Jeon1-18/+18
2023-12-08ksmbd: avoid duplicate opinfo_put() call on error of smb21_lease_break_ack()Namjae Jeon1-5/+5
2023-12-08ksmbd: lazy v2 lease break on smb2_write()Namjae Jeon4-2/+48
2023-12-08ksmbd: send v2 lease break notification for directoryNamjae Jeon6-6/+77
2023-12-08bcachefs: Fix deleted inode check for dirsKent Overstreet3-13/+22
2023-12-06nilfs2: prevent WARNING in nilfs_sufile_set_segment_usage()Ryusuke Konishi1-7/+35
2023-12-06mm/hugetlb: have CONFIG_HUGETLB_PAGE select CONFIG_XARRAY_MULTISidhartha Kumar1-0/+1
2023-12-06nilfs2: fix missing error check for sb_set_blocksize callRyusuke Konishi1-1/+5
2023-12-06squashfs: squashfs_read_data need to check if the length is 0Lizhi Xu1-1/+1
2023-12-06mm/pagemap: fix wr-protect even if PM_SCAN_WP_MATCHING not setPeter Xu1-1/+1
2023-12-06mm/pagemap: fix ioctl(PAGEMAP_SCAN) on vma checkPeter Xu1-4/+20
2023-12-06bcachefs: rebalance shouldn't attempt to compress unwritten extentsDaniel Hill1-1/+2
2023-12-06btrfs: ensure releasing squota reserve on head refsBoris Burkov3-19/+46
2023-12-06btrfs: don't clear qgroup reserved bit in release_folioBoris Burkov1-1/+2
2023-12-06btrfs: free qgroup pertrans reserve on transaction abortBoris Burkov4-4/+34
2023-12-06btrfs: fix qgroup_free_reserved_data int overflowBoris Burkov6-25/+31
2023-12-06btrfs: free qgroup reserve when ORDERED_IOERR is setBoris Burkov1-1/+3
2023-12-06cifs: reconnect worker should take reference on server struct unconditionallyShyam Prasad N2-18/+19
2023-12-06Revert "cifs: reconnect work should have reference on server struct"Shyam Prasad N2-34/+16
2023-12-06bcachefs: don't attempt rw on unfreeze when shutdownBrian Foster1-0/+3
2023-12-06bcachefs: Fix creating snapshot with implict sourceKent Overstreet1-1/+1
2023-12-05cifs: Fix non-availability of dedup breaking generic/304David Howells1-1/+3
2023-12-05smb: client: fix potential NULL deref in parse_dfs_referrals()Paulo Alcantara1-0/+2
2023-12-05ksmbd: downgrade RWH lease caching state to RH for directoryNamjae Jeon3-7/+12
2023-12-05ksmbd: set v2 lease capabilityNamjae Jeon2-7/+6
2023-12-05ksmbd: set epoch in create context v2 leaseNamjae Jeon2-1/+5
2023-12-05ksmbd: fix memory leak in smb2_lock()Zizhi Wo1-0/+1
2023-12-04bcachefs: Don't run indirect extent trigger unless inserting/deletingKent Overstreet1-0/+8
2023-12-04bcachefs: Convert compression_stats to for_each_btree_key2Kent Overstreet1-4/+4
2023-12-04bcachefs: Fix bch2_extent_drop_ptrs() callKent Overstreet1-2/+2
2023-12-04bcachefs: Fix a journal deadlock in replayKent Overstreet1-0/+11
2023-12-04bcachefs; Don't use btree write buffer until journal replay is finishedKent Overstreet1-0/+16
2023-12-04cifs: Fix flushing, invalidation and file size with FICLONEDavid Howells1-11/+57
2023-12-04cifs: Fix flushing, invalidation and file size with copy_file_range()David Howells1-3/+99
2023-12-04fuse: disable FOPEN_PARALLEL_DIRECT_WRITES with FUSE_DIRECT_IO_ALLOW_MMAPAmir Goldstein1-0/+2
2023-12-04fuse: dax: set fc->dax to NULL in fuse_dax_conn_free()Hangyu Hua1-0/+1
2023-12-04fuse: share lookup state between submount and its parentKrister Johansen2-3/+87
2023-12-04fuse: Rename DIRECT_IO_RELAX to DIRECT_IO_ALLOW_MMAPTyler Fanelli3-8/+8
2023-12-04Revert "debugfs: annotate debugfs handlers vs. removal with lockdep"Johannes Berg3-23/+0
2023-12-03bcachefs: Don't drop journal pins in exit pathKent Overstreet4-12/+5
2023-12-03Merge tag 'v6.7-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds7-34/+54
2023-12-02Merge tag 'fs_for_v6.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+0
2023-12-02Merge tag 'bcachefs-2023-11-29' of https://evilpiepirate.org/git/bcachefsLinus Torvalds36-228/+394
2023-11-30ext4: fix warning in ext4_dio_write_end_io()Jan Kara1-6/+8
2023-11-30jbd2: increase the journal IO's priorityZhang Yi2-13/+16
2023-11-30jbd2: correct the printing of write_flags in jbd2_write_superblock()Zhang Yi1-1/+3
2023-11-30ext4: prevent the normalized size from exceeding EXT_MAX_BLOCKSBaokun Li1-0/+4
2023-12-01Merge tag 'net-6.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds3-10/+182
2023-11-30smb: client, common: fix fortify warningsDmitry Antipov5-31/+40
2023-11-29Merge tag 'wireless-2023-11-29' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski3-10/+182
2023-11-29cifs: Fix FALLOC_FL_INSERT_RANGE by setting i_size after EOF movedDavid Howells1-0/+3
2023-11-29cifs: Fix FALLOC_FL_ZERO_RANGE by setting i_size if EOF movedDavid Howells1-2/+8
2023-11-28bcachefs: Extra kthread_should_stop() calls for copygcKent Overstreet2-4/+10
2023-11-28bcachefs: Convert gc_alloc_start() to for_each_btree_key2()Kent Overstreet1-4/+5
2023-11-28bcachefs: Fix race between btree writes and metadata dropKent Overstreet1-0/+4
2023-11-28bcachefs: move journal seq assertionKent Overstreet2-3/+3
2023-11-28bcachefs: -EROFS doesn't count as move_extent_start_failKent Overstreet1-0/+4
2023-11-28smb: client: report correct st_size for SMB and NFS symlinksPaulo Alcantara1-0/+2
2023-11-28smb: client: fix missing mode bits for SMB symlinksPaulo Alcantara1-1/+1
2023-11-28bcachefs: trace_move_extent_start_fail() now includes errcodeKent Overstreet3-17/+14
2023-11-28bcachefs: Fix split_race livelockKent Overstreet1-1/+5
2023-11-28bcachefs: Fix bucket data type for stripe bucketsKent Overstreet1-2/+6
2023-11-28bcachefs: Add missing validation for jset_entry_data_usageKent Overstreet4-31/+53
2023-11-28bcachefs: Fix zstd compress workspace sizeKent Overstreet2-7/+11
2023-11-28Merge tag 'for-6.7-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds9-10/+62
2023-11-27Merge tag '6.7-rc3-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds9-141/+162
2023-11-27debugfs: add API to allow debugfs operations cancellationJohannes Berg3-1/+118
2023-11-27debugfs: annotate debugfs handlers vs. removal with lockdepJohannes Berg3-0/+28
2023-11-27debugfs: fix automount d_fsdata usageJohannes Berg3-9/+36
2023-11-26Merge tag 'trace-v6.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2-48/+30
2023-11-26Merge tag '6.7-rc2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds10-375/+314
2023-11-25bcachefs: bpos is misaligned on big endianKent Overstreet1-1/+5
2023-11-25bcachefs: Fix ec + durability calculationKent Overstreet1-18/+12
2023-11-25bcachefs: Data update path won't accidentaly grow replicasKent Overstreet5-67/+96
2023-11-25Merge tag 'xfs-6.7-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2-5/+21
2023-11-24Merge tag 'afs-fixes-20231124' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-3/+18
2023-11-24btrfs: send: ensure send_fd is writableJann Horn1-1/+1
2023-11-24btrfs: free the allocated memory if btrfs_alloc_page_array() failsQu Wenruo1-3/+8
2023-11-24btrfs: fix 64bit compat send ioctl arguments not initializing version memberDavid Sterba1-0/+1
2023-11-24Merge tag 'vfs-6.7-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds10-56/+97
2023-11-24afs: Mark a superblock for an R/O or Backup volume as SB_RDONLYDavid Howells1-1/+3
2023-11-24afs: Fix file locking on R/O volumes to operate in local modeDavid Howells1-0/+2
2023-11-24afs: Return ENOENT if no cell DNS record can be foundDavid Howells1-0/+10
2023-11-24bcachefs: deallocate_extra_replicas()Kent Overstreet1-0/+27
2023-11-24bcachefs: Proper refcounting for journal_keysKent Overstreet6-11/+42
2023-11-24bcachefs: preserve device path as device nameBrian Foster3-2/+7
2023-11-24bcachefs: Fix an endianness conversionKent Overstreet1-1/+1
2023-11-24bcachefs: Start gc, copygc, rebalance threads after initing writes refKent Overstreet1-12/+16
2023-11-24bcachefs: Don't stop copygc thread on device resizeKent Overstreet1-2/+0
2023-11-24bcachefs: Make sure bch2_move_ratelimit() also waits for move_opsKent Overstreet2-13/+23
2023-11-24bcachefs: bch2_moving_ctxt_flush_all()Kent Overstreet1-5/+11
2023-11-24bcachefs: Put erasure coding behind an EXPERIMENTAL kconfig optionKent Overstreet2-0/+15
2023-11-24closures: CLOSURE_CALLBACK() to fix type punningKent Overstreet7-29/+26
2023-11-23ksmbd: don't update ->op_state as OPLOCK_STATE_NONE on errorNamjae Jeon1-1/+0
2023-11-23ksmbd: move setting SMB2_FLAGS_ASYNC_COMMAND and AsyncIdNamjae Jeon1-5/+2
2023-11-23ksmbd: release interim response after sending status pending responseNamjae Jeon2-1/+5
2023-11-23ksmbd: move oplock handling after unlock parent dirNamjae Jeon1-56/+65
2023-11-23ksmbd: separately allocate ci per dentryNamjae Jeon4-25/+18
2023-11-23ksmbd: fix possible deadlock in smb2_openNamjae Jeon5-59/+75
2023-11-23ksmbd: prevent memory leak on error returnZongmin Zhou1-2/+5
2023-11-23btrfs: make error messages more clear when getting a chunk mapFilipe Manana1-3/+4
2023-11-23btrfs: fix off-by-one when checking chunk map includes logical addressFilipe Manana1-1/+1
2023-11-23btrfs: ref-verify: fix memory leaks in btrfs_ref_tree_mod()Bragatheswaran Manickavel1-0/+2
2023-11-23btrfs: add dmesg output for first mount and last unmount of a filesystemQu Wenruo2-1/+5
2023-11-23smb: client: introduce cifs_sfu_make_node()Paulo Alcantara3-120/+52
2023-11-23smb: client: set correct file type from NFS reparse pointsPaulo Alcantara8-61/+116
2023-11-23smb: client: introduce ->parse_reparse_point()Paulo Alcantara4-42/+56
2023-11-23smb: client: implement ->query_reparse_point() for SMB1Paulo Alcantara5-175/+113
2023-11-23cifs: fix use after free for iface while disabling secondary channelsRitvik Budhiraja1-1/+1
2023-11-22eventfs: Make sure that parent->d_inode is locked in creating files/dirsSteven Rostedt (Google)1-0/+4
2023-11-22eventfs: Do not allow NULL parent to eventfs_start_creating()Steven Rostedt (Google)1-9/+4
2023-11-22eventfs: Move taking of inode_lock into dcache_dir_open_wrapper()Steven Rostedt (Google)1-14/+2
2023-11-22eventfs: Use GFP_NOFS for allocation when eventfs_mutex is heldSteven Rostedt (Google)1-2/+2
2023-11-22xfs: dquot recovery does not validate the recovered dquotDarrick J. Wong1-0/+14
2023-11-22xfs: clean up dqblk extractionDarrick J. Wong2-5/+7
2023-11-22ext2: Fix ki_pos update for DIO buffered-io fallback caseRitesh Harjani (IBM)1-1/+0
2023-11-21Merge tag 'erofs-for-6.7-rc3-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-66/+39
2023-11-20eventfs: Do not invalidate dentry in create_file/dir_dentry()Steven Rostedt (Google)1-13/+6
2023-11-20eventfs: Remove expectation that ei->is_freed means ei->dentry == NULLSteven Rostedt (Google)1-10/+12
2023-11-20libfs: getdents() should return 0 after reaching EODChuck Lever1-3/+11
2023-11-20xfs: respect the stable writes flag on the RT deviceChristoph Hellwig3-0/+23
2023-11-20xfs: clean up FS_XFLAG_REALTIME handling in xfs_ioctl_setattr_xflagsChristoph Hellwig1-10/+12
2023-11-20filemap: add a per-mapping stable writes flagChristoph Hellwig1-0/+2
2023-11-20autofs: add: new_inode check in autofs_fill_super()Ian Kent1-35/+21
2023-11-18Merge tag 'xfs-6.7-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds9-43/+91
2023-11-18Merge tag 'nfsd-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds4-41/+66
2023-11-18Merge tag '6.7-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds4-14/+23
2023-11-18fs: Pass AT_GETATTR_NOSEC flag to getattr interface functionStefan Berger4-8/+28
2023-11-17Merge tag 'bcachefs-2023-11-17' of https://evilpiepirate.org/git/bcachefsLinus Torvalds27-377/+248
2023-11-17NFSD: Fix checksum mismatches in the duplicate reply cacheChuck Lever3-24/+54
2023-11-17NFSD: Fix "start of NFS reply" pointer passed to nfsd_cache_update()Chuck Lever1-1/+3
2023-11-17NFSD: Update nfsd_cache_append() to use xdr_streamChuck Lever1-15/+8
2023-11-17nfsd: fix file memleak on client_opens_releaseMahmoud Adam1-1/+1
2023-11-17Merge tag 'ovl-fixes-6.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-7/+6
2023-11-17MAINTAINERS: erofs: add EROFS webpageGao Xiang1-1/+1
2023-11-17erofs: fix NULL dereference of dif->bdev_handle in fscache modeJingbo Xu1-2/+3
2023-11-17erofs: simplify erofs_read_inode()Ferry Meng1-63/+35
2023-11-17afs: Make error on cell lookup failure consistent with OpenAFSDavid Howells1-2/+2
2023-11-17afs: Fix afs_server_list to be cleaned up with RCUDavid Howells2-1/+2
2023-11-16bcachefs: Fix missing locking for dentry->d_parent accessKent Overstreet1-0/+9
2023-11-15btrfs: do not abort transaction if there is already an existing qgroupQu Wenruo1-1/+1
2023-11-15btrfs: tree-checker: add type and sequence check for inline backrefsQu Wenruo1-0/+39
2023-11-14bcachefs: six locks: Fix lost wakeupKent Overstreet1-2/+5
2023-11-14bcachefs: Fix no_data_io mode checksum checkKent Overstreet1-1/+1
2023-11-14bcachefs: Fix bch2_check_nlinks() for snapshotsKent Overstreet1-1/+1
2023-11-14bcachefs: Don't decrease BTREE_ITER_MAX when LOCKDEP=yKent Overstreet1-4/+0
2023-11-14bcachefs: Disable debug log statementsKent Overstreet1-0/+7
2023-11-14bcachefs: Fix missing transaction commitKent Overstreet1-2/+4
2023-11-14bcachefs: Fix error path in bch2_mount()Kent Overstreet1-7/+1
2023-11-14bcachefs: Fix potential sleeping during mountDaniel J Blueman1-0/+2
2023-11-14bcachefs: Fix iterator leak in may_delete_deleted_inode()Kent Overstreet1-1/+1
2023-11-14bcachefs: Kill journal pre-reservationsKent Overstreet11-275/+19
2023-11-14cifs: fix lock ordering while disabling multichannelShyam Prasad N1-9/+13
2023-11-14cifs: fix leak of iface for primary channelShyam Prasad N1-0/+6
2023-11-14ovl: fix memory leak in ovl_parse_param()Amir Goldstein1-6/+5
2023-11-14ovl: fix misformatted commentAmir Goldstein1-1/+1
2023-11-13bcachefs: Check for nonce offset inconsistency in data_update pathKent Overstreet1-0/+28
2023-11-13bcachefs: Make sure to drop/retake btree locks before reclaimKent Overstreet1-6/+42
2023-11-13bcachefs: btree_trans->write_lockedKent Overstreet2-36/+50
2023-11-13bcachefs: Run btree key cache shrinker less aggressivelyKent Overstreet2-4/+23
2023-11-13bcachefs: Split out btree_key_cache_types.hKent Overstreet2-26/+31
2023-11-13bcachefs: Guard against insufficient devices to create stripesKent Overstreet1-2/+14
2023-11-13bcachefs: Fix null ptr deref in bch2_backpointer_get_node()Kent Overstreet1-5/+5
2023-11-13bcachefs: Fix multiple -Warray-bounds warningsGustavo A. R. Silva1-1/+1
2023-11-13bcachefs: Use DECLARE_FLEX_ARRAY() helper and fix multiple -Warray-bounds war...Gustavo A. R. Silva1-1/+1
2023-11-13bcachefs: Use correct fgf_t type as function argumentKent Overstreet2-2/+2
2023-11-13bcachefs: make bch2_target_to_text_sb staticJiapeng Chong1-1/+1
2023-11-13cifs: fix check of rc in function generate_smb3signingkeyEkaterina Esina1-3/+2
2023-11-13cifs: spnego: add ';' in HOST_KEY_LENAnastasia Belova1-2/+2
2023-11-13Merge tag 'for-6.7-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds11-33/+53
2023-11-13xfs: recovery should not clear di_flushiter unconditionallyDave Chinner1-15/+17
2023-11-13xfs: inode recovery does not validate the recovered inodeDave Chinner2-1/+16
2023-11-13xfs: fix again select in kconfig XFS_ONLINE_SCRUB_STATSAnthony Iliopoulos1-1/+1
2023-11-13xfs: fix internal error from AGFL exhaustionOmar Sandoval1-3/+24
2023-11-13xfs: up(ic_sema) if flushing data device failsLeah Rumancik1-11/+12
2023-11-13xfs: only remap the written blocks in xfs_reflink_end_cow_extentChristoph Hellwig1-0/+1
2023-11-13xfs: abort intent items when recovery intents failLong Li3-4/+5
2023-11-13xfs: factor out xfs_defer_pending_abortLong Li1-8/+15
2023-11-11Merge tag '6.7-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...Linus Torvalds16-88/+491
2023-11-10Merge tag '6.7-rc-smb3-server-part2' of git://git.samba.org/ksmbdLinus Torvalds3-6/+41