aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-03-07Merge tag 'erofs-for-6.8-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-1/+3
2024-03-07erofs: apply proper VMA alignment for memory mapped files on THPGao Xiang1-0/+1
2024-03-07erofs: fix uninitialized page cache reported by KMSANGao Xiang1-1/+2
2024-03-06iov_iter: get rid of 'copy_mc' flagLinus Torvalds1-3/+42
2024-03-05fs/aio: Check IOCB_AIO_RW before the struct aio_kiocb conversionBart Van Assche1-2/+6
2024-03-05Revert "fs/aio: Make io_cancel() generate completions again"Bart Van Assche1-11/+16
2024-03-02Merge tag 'xfs-6.8-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-1/+0
2024-03-01Merge tag 'ceph-for-6.8-rc7' of https://github.com/ceph/ceph-clientLinus Torvalds2-4/+9
2024-03-01Merge tag 'for-6.8-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds6-35/+139
2024-03-01Merge tag 'exfat-for-6.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-15/+22
2024-03-01Merge tag 'vfs-6.8-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-17/+14
2024-03-01Merge tag 'efi-fixes-for-v6.8-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-17/+15
2024-02-29btrfs: fix double free of anonymous device after snapshot creation failureFilipe Manana4-14/+14
2024-02-29btrfs: ensure fiemap doesn't race with writes when FIEMAP_FLAG_SYNC is givenFilipe Manana2-14/+29
2024-02-29btrfs: fix race between ordered extent completion and fiemapFilipe Manana1-7/+96
2024-02-27fs/aio: Make io_cancel() generate completions againBart Van Assche1-16/+11
2024-02-27afs: Fix endless loop in directory parsingDavid Howells1-1/+3
2024-02-27xfs: drop experimental warning for FSDAXShiyang Ruan1-1/+0
2024-02-26Merge tag 'for-6.8-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds6-22/+88
2024-02-26ceph: switch to corrected encoding of max_xattr_size in mdsmapXiubo Li2-4/+9
2024-02-26fs/ntfs3: fix build without CONFIG_NTFS3_LZX_XPRESSMark O'Donovan1-1/+1
2024-02-25Merge tag 'bcachefs-2024-02-25' of https://evilpiepirate.org/git/bcachefsLinus Torvalds7-22/+25
2024-02-25bcachefs: fix bch2_save_backtrace()Kent Overstreet1-1/+1
2024-02-25Merge tag 'erofs-for-6.8-rc6-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-14/+14
2024-02-25Merge tag 'pull-fixes.pathwalk-rcu-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds20-63/+85
2024-02-25Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-4/+8
2024-02-25efivarfs: Drop 'duplicates' bool parameter on efivar_init()Ard Biesheuvel3-6/+4
2024-02-25efivarfs: Drop redundant cleanup on fill_super() failureArd Biesheuvel1-6/+1
2024-02-25efivarfs: Request at most 512 bytes for variable namesTim Schumacher1-6/+11
2024-02-25ext4_get_link(): fix breakage in RCU modeAl Viro1-3/+5
2024-02-25cifs_get_link(): bail out in unsafe caseAl Viro1-0/+3
2024-02-25fuse: fix UAF in rcu pathwalksAl Viro3-6/+13
2024-02-25procfs: make freeing proc_fs_info rcu-delayedAl Viro1-1/+1
2024-02-25procfs: move dropping pde and pid from ->evict_inode() to ->free_inode()Al Viro2-13/+8
2024-02-25nfs: fix UAF on pathwalk running into umountAl Viro1-3/+10
2024-02-25nfs: make nfs_set_verifier() safe for use in RCU pathwalkAl Viro1-2/+2
2024-02-25afs: fix __afs_break_callback() / afs_drop_open_mmap() raceAl Viro1-2/+6
2024-02-25hfsplus: switch to rcu-delayed unloading of nls and freeing ->s_fs_infoAl Viro2-3/+10
2024-02-25exfat: move freeing sbi, upcase table and dropping nls into rcu-delayed helperAl Viro3-19/+16
2024-02-25affs: free affs_sb_info with kfree_rcu()Al Viro2-1/+2
2024-02-25rcu pathwalk: prevent bogus hard errors from may_lookup()Al Viro1-1/+5
2024-02-25fs/super.c: don't drop ->s_user_ns until we free struct super_block itselfAl Viro1-9/+4
2024-02-24bcachefs: Fix check_snapshot() memcpyKent Overstreet1-1/+1
2024-02-24bcachefs: Fix bch2_journal_flush_device_pins()Kent Overstreet1-3/+5
2024-02-24bcachefs: fix iov_iter count underflow on sub-block dio readBrian Foster1-0/+2
2024-02-24bcachefs: Fix BTREE_ITER_FILTER_SNAPSHOTS on inodes btreeKent Overstreet1-1/+3
2024-02-24bcachefs: Kill __GFP_NOFAIL in buffered read pathKent Overstreet1-13/+8
2024-02-24bcachefs: fix backpointer_to_text() when dev does not existKent Overstreet1-3/+5
2024-02-22Merge tag 'vfs-6.8-rc6.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds10-19/+30
2024-02-22btrfs: fix data race at btrfs_use_block_rsv() when accessing block reserveFilipe Manana2-1/+17
2024-02-22btrfs: fix data races when accessing the reserved amount of block reservesFilipe Manana2-13/+29
2024-02-22btrfs: send: don't issue unnecessary zero writes for trailing holeFilipe Manana1-4/+13
2024-02-22btrfs: dev-replace: properly validate device namesDavid Sterba1-4/+20
2024-02-22btrfs: zoned: don't skip block group profile checks on conventional zonesJohannes Thumshirn1-0/+9
2024-02-22erofs: fix refcount on the metabuf used for inode lookupSandeep Dhavale1-14/+14
2024-02-21Merge tag 'for-6.8-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-18/+46
2024-02-21fs/aio: Restrict kiocb_set_cancel_fn() to I/O submitted via libaioBart Van Assche1-1/+8
2024-02-20afs: Increase buffer size in afs_update_volume_status()Daniil Dulov1-2/+2
2024-02-20afs: Fix ignored callbacks over ipv4Marc Dionne3-15/+8
2024-02-20cachefiles: fix memory leak in cachefiles_add_cache()Baokun Li2-0/+3
2024-02-20erofs: fix handling kern_mount() failureAl Viro1-3/+4
2024-02-19btrfs: fix deadlock with fiemap and extent lockingJosef Bacik1-17/+45
2024-02-19btrfs: defrag: avoid unnecessary defrag caused by incorrect extent sizeQu Wenruo1-1/+1
2024-02-18exfat: fix appending discontinuous clusters to empty fileYuezhang Mo1-15/+22
2024-02-17Merge tag 'bcachefs-2024-02-17' of https://evilpiepirate.org/git/bcachefsLinus Torvalds11-16/+35
2024-02-17Merge tag '6.8-rc4-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds7-7/+60
2024-02-16Merge tag 'ceph-for-6.8-rc5' of https://github.com/ceph/ceph-clientLinus Torvalds3-25/+93
2024-02-16Merge tag 'zonefs-6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2-43/+65
2024-02-15smb: Fix regression in writes when non-standard maximum write size negotiatedSteve French2-2/+23
2024-02-16zonefs: Improve error handlingzonefs-6.8-rc5for-6.8-fixesDamien Le Moal2-43/+65
2024-02-14Merge tag 'for-6.8-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds6-50/+131
2024-02-13bcachefs: Fix missing va_end()Kent Overstreet1-0/+1
2024-02-13bcachefs: Fix check_version_upgrade()Kent Overstreet1-5/+6
2024-02-13bcachefs: Clamp replicas_required to replicasKent Overstreet6-5/+21
2024-02-13btrfs: don't refill whole delayed refs block reserve when starting transactionFilipe Manana1-36/+2
2024-02-13btrfs: zoned: fix chunk map leak when loading block group zone infoFilipe Manana1-0/+1
2024-02-13btrfs: reject encoded write if inode has nodatasum flag setFilipe Manana1-0/+7
2024-02-13btrfs: don't reserve space for checksums when writing to nocow filesFilipe Manana1-10/+19
2024-02-13ceph: add ceph_cap_unlink_work to fire check_caps() immediatelyXiubo Li3-1/+69
2024-02-13ceph: always queue a writeback when revoking the Fb capsXiubo Li1-24/+24
2024-02-12smb: client: handle path separator of created SMB symlinksPaulo Alcantara1-2/+6
2024-02-12smb: client: set correct id, uid and cruid for multiuser automountsPaulo Alcantara1-0/+16
2024-02-12Merge tag 'vfs-6.8-rc5.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-33/+23
2024-02-11cifs: update the same create_guid on replayShyam Prasad N4-2/+14
2024-02-11cifs: fix underflow in parse_server_interfaces()Dan Carpenter1-1/+1
2024-02-10Merge tag 'mm-hotfixes-stable-2024-02-10-11-16' of git://git.kernel.org/pub/s...Linus Torvalds5-39/+69
2024-02-10bcachefs: fix missing endiannes conversion in sb_membersKent Overstreet1-1/+1
2024-02-10bcachefs: fix kmemleak in __bch2_read_super error handling pathSu Yue1-1/+1
2024-02-10bcachefs: Fix missing bch2_err_class() callsKent Overstreet1-4/+5
2024-02-10Merge tag '6.8-rc3-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds2-2/+7
2024-02-09Revert "get rid of DCACHE_GENOCIDE"Al Viro1-1/+4
2024-02-09Merge tag '6.8-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds7-11/+36
2024-02-09Merge tag 'ceph-for-6.8-rc4' of https://github.com/ceph/ceph-clientLinus Torvalds5-15/+9
2024-02-09Merge tag 'ntfs3_for_6.8' of https://github.com/Paragon-Software-Group/linux-...Linus Torvalds16-247/+381
2024-02-09smb3: clarify mount warningSteve French1-1/+1
2024-02-09cifs: handle cases where multiple sessions share connectionShyam Prasad N2-1/+6
2024-02-09cifs: change tcon status when need_reconnect is set on itShyam Prasad N3-1/+14
2024-02-09btrfs: add new unused block groups to the list of unused block groupsFilipe Manana1-0/+31
2024-02-09btrfs: do not delete unused block group if it may be used soonFilipe Manana1-0/+46
2024-02-09btrfs: add and use helper to check if block group is usedFilipe Manana2-2/+8
2024-02-09btrfs: don't drop extent_map for free space inode on write errorJosef Bacik1-2/+17
2024-02-08smb: client: set correct d_type for reparse points under DFS mountsPaulo Alcantara2-7/+14
2024-02-08smb3: add missing null server pointer checkSteve French1-1/+1
2024-02-07nilfs2: fix potential bug in end_buffer_async_writeRyusuke Konishi1-3/+5
2024-02-07nilfs2: fix hang in nilfs_lookup_dirty_data_buffers()Ryusuke Konishi1-1/+7
2024-02-07fs,hugetlb: fix NULL pointer dereference in hugetlbs_fill_superOscar Salvador1-2/+4
2024-02-07nilfs2: fix data corruption in dsync block recovery for small block sizesRyusuke Konishi1-3/+4
2024-02-07fs/proc: do_task_stat: use sig->stats_lock to gather the threads/children statsOleg Nesterov1-26/+32
2024-02-07fs/proc: do_task_stat: move thread_group_cputime_adjusted() outside of lock_t...Oleg Nesterov1-4/+6
2024-02-07mm: hugetlb pages should not be reserved by shmat() if SHM_NORESERVEPrakash Sangappa1-1/+12
2024-02-07ksmbd: free aux buffer if ksmbd_iov_pin_rsp_read failsFedor Pchelkin1-2/+6
2024-02-07ksmbd: Add kernel-doc for ksmbd_extract_sharename() functionYang Li1-0/+1
2024-02-07fs: relax mount_setattr() permission checksChristian Brauner1-3/+8
2024-02-07Merge tag 'nfsd-6.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds1-6/+5
2024-02-07ceph: always check dir caps asynchronouslyXiubo Li4-14/+5
2024-02-07ceph: prevent use-after-free in encode_cap_msg()Rishabh Dave1-1/+2
2024-02-07ceph: always set initial i_blkbits to CEPH_FSCRYPT_BLOCK_SHIFTXiubo Li1-0/+2
2024-02-07Merge tag 'for-6.8-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-3/+31
2024-02-06remap_range: merge do_clone_file_range() into vfs_clone_file_range()Amir Goldstein2-30/+15
2024-02-06Merge tag 'bcachefs-2024-02-05' of https://evilpiepirate.org/git/bcachefsLinus Torvalds4-6/+7
2024-02-05nfsd: don't take fi_lock in nfsd_break_deleg_cb()NeilBrown1-6/+5
2024-02-05bcachefs: time_stats: Check for last_event == 0 when updating freq statsKent Overstreet1-2/+3
2024-02-05bcachefs: install fd later to avoid race with closeMathias Krause1-1/+1
2024-02-04Merge tag 'for-linus-6.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds10-182/+199
2024-02-04Merge tag 'v6.8-rc3-smb-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds4-8/+31
2024-02-04Merge tag 'xfs-6.8-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds8-33/+33
2024-02-02Merge tag 'trace-v6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds3-522/+191
2024-02-02Merge tag 'gfs2-v6.8-rc2-revert' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-18/+13
2024-02-02Revert "gfs2: Use GL_NOBLOCK flag for non-blocking lookups"Andreas Gruenbacher2-18/+13
2024-02-01ext4: make ext4_set_iomap() recognize IOMAP_DELALLOC map typeZhang Yi1-29/+3
2024-02-01ext4: make ext4_map_blocks() distinguish delalloc only extentZhang Yi3-3/+10
2024-02-01ext4: add a hole extent entry in cache after punchZhang Yi1-2/+4
2024-02-01ext4: correct the hole length returned by ext4_map_blocks()Zhang Yi1-41/+70
2024-02-01ext4: convert to exclusive lock while inserting delalloc extentsZhang Yi1-14/+11
2024-02-01ext4: refactor ext4_da_map_blocks()Zhang Yi1-22/+17
2024-02-01Merge tag 'exfat-for-6.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-4/+3
2024-02-01smb: client: increase number of PDUs allowed in a compound requestPaulo Alcantara2-3/+3
2024-02-01cifs: failure to add channel on iface should bump up weightShyam Prasad N1-0/+2
2024-02-01cifs: do not search for channel if server is terminatingShyam Prasad N2-1/+5
2024-02-01cifs: avoid redundant calls to disable multichannelShyam Prasad N1-1/+1
2024-02-01eventfs: Keep all directory links at 1Steven Rostedt (Google)1-4/+10
2024-02-01eventfs: Remove fsnotify*() functions from lookup()Steven Rostedt (Google)1-2/+0
2024-02-01eventfs: Restructure eventfs_inode structure to be more condensedSteven Rostedt (Google)1-15/+12
2024-02-01eventfs: Warn if an eventfs_inode is freed without is_freed being setSteven Rostedt (Google)1-4/+14
2024-02-01eventfs: Get rid of dentry pointers without refcountsLinus Torvalds2-177/+78
2024-02-01eventfs: Clean up dentry ops and add revalidate functionLinus Torvalds3-13/+22
2024-02-01eventfs: Remove unused d_parent pointer fieldLinus Torvalds2-5/+1
2024-02-01tracefs: dentry lookup crapectomyLinus Torvalds3-297/+50
2024-01-31cifs: make sure that channel scaling is done only onceShyam Prasad N2-3/+20
2024-01-31tracefs: Avoid using the ei->dentry pointer unnecessarilyLinus Torvalds1-14/+12
2024-01-31eventfs: Initialize the tracefs inode properlyLinus Torvalds1-4/+2
2024-01-31tracefs: Zero out the tracefs_inode when allocating itSteven Rostedt (Google)2-3/+6
2024-01-31btrfs: do not ASSERT() if the newly created subvolume already got readQu Wenruo1-2/+11
2024-01-31btrfs: forbid deleting live subvol qgroupBoris Burkov1-0/+14
2024-01-31btrfs: forbid creating subvol qgroupsBoris Burkov1-0/+5
2024-01-31btrfs: send: return EOPNOTSUPP on unknown flagsDavid Sterba1-1/+1
2024-01-30Merge tag 'erofs-for-6.8-rc3-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds8-63/+87
2024-01-30xfs: remove conditional building of rt geometry validator functionsDarrick J. Wong7-30/+30
2024-01-29Merge tag 'jfs-6.8-rc3' of github.com:kleikamp/linux-shaggyLinus Torvalds1-7/+1
2024-01-29Merge tag 'trace-v6.8-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-39/+0
2024-01-29Merge tag 'mm-hotfixes-stable-2024-01-28-23-21' of git://git.kernel.org/pub/s...Linus Torvalds1-1/+1
2024-01-29Revert "jfs: fix shift-out-of-bounds in dbJoin"Dave Kleikamp1-7/+1
2024-01-29netfs: Fix missing zero-length check in unbuffered writeDavid Howells2-1/+7
2024-01-29netfs: Fix i_dio_count leak on DIO read past i_sizeMarc Dionne1-0/+2
2024-01-29fs/ntfs3: Slightly simplify ntfs_inode_printk()Christophe JAILLET1-3/+2
2024-01-29fs/ntfs3: Add ioctl operation for directories (FITRIM)Nekun3-2/+8
2024-01-29fs/ntfs3: Fix oob in ntfs_listxattrEdward Adam Davis1-0/+3
2024-01-29fs/ntfs3: Fix an NULL dereference bugDan Carpenter1-1/+1
2024-01-29xfs: reset XFS_ATTR_INCOMPLETE filter on node removalAndrey Albershteyn1-3/+3
2024-01-29fs/ntfs3: Update inode->i_size after success write into compressed fileKonstantin Komarov1-0/+2
2024-01-29fs/ntfs3: Fixed overflow check in mi_enum_attr()Konstantin Komarov1-1/+1
2024-01-29fs/ntfs3: Correct function is_rst_area_validKonstantin Komarov1-6/+8
2024-01-29fs/ntfs3: Use i_size_read and i_size_writeKonstantin Komarov6-18/+19
2024-01-29fs/ntfs3: Prevent generic message "attempt to access beyond end of device"Konstantin Komarov2-13/+25
2024-01-29fs/ntfs3: use non-movable memory for ntfs3 MFT buffer cacheIsm Hong1-1/+1
2024-01-28bcachefs: unlock parent dir if entry is not found in subvolume deletionGuoyu Ou1-2/+2
2024-01-28bcachefs: Fix build on parisc by avoiding __multi3()Helge Deller1-1/+1
2024-01-28tracefs: remove stale 'update_gid' codeLinus Torvalds2-39/+0
2024-01-27Merge tag 'xfs-6.8-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-10/+17
2024-01-27Merge tag 'bcachefs-2024-01-26' of https://evilpiepirate.org/git/bcachefsLinus Torvalds10-32/+42
2024-01-27Merge tag '6.8-rc2-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds3-3/+6
2024-01-27Merge tag '6.8-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds13-74/+467
2024-01-27erofs: relaxed temporary buffers allocation on readaheadChunhai Guo5-20/+42
2024-01-26erofs: fix infinite loop due to a race of filling compressed_bvecsGao Xiang1-36/+38
2024-01-25fs/hugetlbfs/inode.c: mm/memory-failure.c: fix hugetlbfs hwpoison handlingSidhartha Kumar1-1/+1
2024-01-25bcachefs: __lookup_dirent() works in snapshot, not subvolKent Overstreet2-18/+27
2024-01-25Merge tag 'ovl-fixes-6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds6-48/+97
2024-01-25Merge tag 'vfs-6.8-rc2.netfs' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds10-40/+51
2024-01-25Merge tag 'nfsd-6.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds1-11/+15
2024-01-25ksmbd: fix global oob in ksmbd_nl_policyLin Ma2-3/+4
2024-01-25erofs: get rid of unneeded GFP_NOFSJingbo Xu4-7/+7
2024-01-24bcachefs: discard path uses unlock_long()Kent Overstreet1-1/+1
2024-01-24Merge tag 'execve-v6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-9/+30
2024-01-24uselib: remove use of __FMODE_EXECLinus Torvalds1-1/+1
2024-01-24exec: Distinguish in_execve from in_execKees Cook1-0/+1
2024-01-24nfsd: fix RELEASE_LOCKOWNERNeilBrown1-11/+15
2024-01-23cifs: fix stray unlock in cifs_chan_skip_or_disableShyam Prasad N1-1/+0
2024-01-23cifs: set replay flag for retries of write commandShyam Prasad N3-1/+5
2024-01-23cifs: commands that are retried should have replay flag setShyam Prasad N6-45/+404
2024-01-23cifs: helper function to check replayable error codesShyam Prasad N2-0/+8