summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-02-23eventfs: Use eventfs_remove_events_dir()Steven Rostedt (Google)1-12/+7
2024-02-23eventfs: Remove eventfs_file and just use eventfs_inodeSteven Rostedt (Google)3-417/+469
2024-02-23Revert "eventfs: Remove "is_freed" union with rcu head"Steven Rostedt (Google)1-5/+3
2024-02-23Revert "eventfs: Save ownership and mode"Steven Rostedt (Google)1-91/+16
2024-02-23Revert "eventfs: Delete eventfs_inode when the last dentry is freed"Steven Rostedt (Google)1-74/+76
2024-02-23Revert "eventfs: Use simple_recursive_removal() to clean up dentries"Steven Rostedt (Google)1-33/+38
2024-02-23Revert "eventfs: Check for NULL ef in eventfs_set_attr()"Steven Rostedt (Google)1-2/+2
2024-02-23Revert "eventfs: Do not allow NULL parent to eventfs_start_creating()"Steven Rostedt (Google)1-4/+9
2024-02-23fs/proc: do_task_stat: move thread_group_cputime_adjusted() outside of lock_t...Oleg Nesterov1-4/+6
2024-02-23mm: hugetlb pages should not be reserved by shmat() if SHM_NORESERVEPrakash Sangappa1-1/+12
2024-02-23fs,hugetlb: fix NULL pointer dereference in hugetlbs_fill_superOscar Salvador1-2/+4
2024-02-23ceph: prevent use-after-free in encode_cap_msg()Rishabh Dave1-1/+2
2024-02-23fs: relax mount_setattr() permission checksChristian Brauner1-3/+8
2024-02-23zonefs: Improve error handlingDamien Le Moal2-43/+65
2024-02-23smb: Fix regression in writes when non-standard maximum write size negotiatedSteve French2-2/+23
2024-02-23smb: client: set correct id, uid and cruid for multiuser automountsPaulo Alcantara1-0/+16
2024-02-23nilfs2: fix hang in nilfs_lookup_dirty_data_buffers()Ryusuke Konishi1-1/+7
2024-02-23nilfs2: fix data corruption in dsync block recovery for small block sizesRyusuke Konishi1-3/+4
2024-02-23ksmbd: free aux buffer if ksmbd_iov_pin_rsp_read failsFedor Pchelkin1-2/+6
2024-02-23ext4: avoid bb_free and bb_fragments inconsistency in mb_free_blocks()Baokun Li1-18/+21
2024-02-23ext4: fix double-free of blocks due to wrong extents moved_lenBaokun Li1-4/+2
2024-02-23cifs: fix underflow in parse_server_interfaces()Dan Carpenter1-1/+1
2024-02-23btrfs: don't drop extent_map for free space inode on write errorJosef Bacik1-2/+17
2024-02-23btrfs: reject encoded write if inode has nodatasum flag setFilipe Manana1-0/+7
2024-02-23btrfs: don't reserve space for checksums when writing to nocow filesFilipe Manana1-10/+19
2024-02-23btrfs: send: return EOPNOTSUPP on unknown flagsDavid Sterba1-1/+1
2024-02-23btrfs: forbid deleting live subvol qgroupBoris Burkov1-0/+14
2024-02-23btrfs: do not ASSERT() if the newly created subvolume already got readQu Wenruo1-2/+11
2024-02-23btrfs: forbid creating subvol qgroupsBoris Burkov1-0/+5
2024-02-23btrfs: do not delete unused block group if it may be used soonFilipe Manana1-0/+46
2024-02-23btrfs: add and use helper to check if block group is usedFilipe Manana2-2/+8
2024-02-16fs/ntfs3: Fix an NULL dereference bugDan Carpenter1-1/+1
2024-02-16xfs: respect the stable writes flag on the RT deviceChristoph Hellwig3-0/+23
2024-02-16xfs: clean up FS_XFLAG_REALTIME handling in xfs_ioctl_setattr_xflagsChristoph Hellwig1-10/+12
2024-02-16xfs: dquot recovery does not validate the recovered dquotDarrick J. Wong1-0/+14
2024-02-16xfs: clean up dqblk extractionDarrick J. Wong2-5/+7
2024-02-16xfs: inode recovery does not validate the recovered inodeDave Chinner2-1/+16
2024-02-16xfs: fix again select in kconfig XFS_ONLINE_SCRUB_STATSAnthony Iliopoulos1-1/+1
2024-02-16xfs: fix internal error from AGFL exhaustionOmar Sandoval1-3/+24
2024-02-16xfs: up(ic_sema) if flushing data device failsLeah Rumancik1-11/+12
2024-02-16xfs: only remap the written blocks in xfs_reflink_end_cow_extentChristoph Hellwig1-0/+1
2024-02-16xfs: abort intent items when recovery intents failLong Li3-4/+5
2024-02-16xfs: factor out xfs_defer_pending_abortLong Li1-8/+15
2024-02-16xfs: allow read IO and FICLONE to run concurrentlyCatherine Hoang4-13/+80
2024-02-16xfs: handle nimaps=0 from xfs_bmapi_write in xfs_alloc_file_spaceChristoph Hellwig1-11/+13
2024-02-16xfs: introduce protection for drop nlinkCheng Lin1-0/+7
2024-02-16xfs: make sure maxlen is still congruent with prod when rounding downDarrick J. Wong1-5/+26
2024-02-16xfs: fix units conversion error in xfs_bmap_del_extent_delayDarrick J. Wong1-1/+1
2024-02-16xfs: rt stubs should return negative errnos when rt disabledDarrick J. Wong1-12/+12
2024-02-16xfs: prevent rt growfs when quota is enabledDarrick J. Wong1-1/+1