summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-11-20btrfs: use u64 for buffer sizes in the tree search ioctlsFilipe Manana1-5/+5
2023-11-20f2fs: fix to initialize map.m_pblk in f2fs_precache_extents()Chao Yu1-0/+1
2023-11-20ext4: move 'ix' sanity check to corrent positionGou Hao1-5/+5
2023-11-08ext4: fix BUG in ext4_mb_new_inode_pa() due to overflowBaokun Li1-17/+14
2023-11-08ext4: avoid overlapping preallocations due to overflowBaokun Li1-8/+5
2023-11-08ext4: add two helper functions extent_logical_end() and pa_logical_end()Baokun Li2-4/+17
2023-11-08nfsd: lock_rename() needs both directories to live on the same fsAl Viro1-6/+6
2023-11-08f2fs: fix to do sanity check on inode type during garbage collectionChao Yu1-1/+2
2023-11-08smbdirect: missing rc checks while waiting for rdma eventsSteve French1-2/+12
2023-10-25btrfs: fix some -Wmaybe-uninitialized warnings in ioctl.cJosef Bacik1-2/+2
2023-10-25overlayfs: set ctime when setting mtime and atimeJeff Layton1-1/+1
2023-10-25btrfs: initialize start_slot in btrfs_log_prealloc_extentsJosef Bacik1-1/+1
2023-10-25btrfs: return -EUCLEAN for delayed tree ref with a ref count not equals to 1Filipe Manana1-3/+3
2023-10-25ceph: fix incorrect revoked caps assert in ceph_fill_file_size()Xiubo Li1-3/+1
2023-10-25quota: Fix slow quotaoffJan Kara1-27/+39
2023-10-10NFS: Fix a race in __nfs_list_for_each_server()Trond Myklebust1-1/+1
2023-10-10NFSv4: Fix a nfs4_state_manager() raceTrond Myklebust1-0/+7
2023-10-10NFS: Add a helper nfs_client_for_each_server()Trond Myklebust2-1/+38
2023-10-10NFS4: Trace state recovery operationChuck Lever2-0/+96
2023-10-10fs: binfmt_elf_efpic: fix personality for ELF-FDPICGreg Ungerer1-3/+2
2023-10-10btrfs: properly report 0 avail for very full file systemsJosef Bacik1-1/+1
2023-10-10nilfs2: fix potential use after free in nilfs_gccache_submit_read_data()Pan Bian1-3/+3
2023-10-10ext4: do not let fstrim block system suspendJan Kara1-2/+10
2023-10-10ext4: move setting of trimmed bit into ext4_try_to_trim_range()Jan Kara1-21/+25
2023-10-10ext4: replace the traditional ternary conditional operator with with max()/min()Kemeng Shi1-4/+2
2023-10-10ext4: mark group as trimmed only if it was fully scannedDmitry Monakhov1-6/+12
2023-10-10ext4: change s_last_trim_minblks type to unsigned longLukas Czerner2-3/+3
2023-10-10ext4: scope ret locally in ext4_try_to_trim_range()Lukas Bulwahn1-3/+2
2023-10-10ext4: add new helper interface ext4_try_to_trim_range()Wang Jianchao1-45/+57
2023-10-10ext4: remove the 'group' parameter of ext4_trim_extentWang Jianchao1-5/+4
2023-10-10NFS/pNFS: Report EINVAL errors from connect() to the serverTrond Myklebust1-0/+1
2023-09-23ext4: fix rec_len verify errorShida Zhang1-11/+15
2023-09-23tracefs: Add missing lockdown check to tracefs_create_dir()Steven Rostedt (Google)1-0/+3
2023-09-23nfsd: fix change_info in NFSv4 RENAME repliesJeff Layton1-2/+2
2023-09-23btrfs: fix lockdep splat and potential deadlock after failure running delayed...Filipe Manana1-3/+16
2023-09-23attr: block mode changes of symlinksChristian Brauner1-2/+18
2023-09-23btrfs: compare the correct fsid/metadata_uuid in btrfs_validate_superAnand Jain1-5/+3
2023-09-23btrfs: add a helper to read the superblock metadata_uuidAnand Jain2-0/+9
2023-09-23btrfs: move btrfs_pinned_by_swapfile prototype into volumes.hJosef Bacik2-2/+2
2023-09-23jfs: fix invalid free of JFS_IP(ipimap)->i_imap in diUnmountLiu Shixin via Jfs-discussion1-0/+1
2023-09-23fs/jfs: prevent double-free in dbUnmount() after failed jfs_remount()Andrew Kanner1-0/+1
2023-09-23ext2: fix datatype of block number in ext2_xattr_set2()Georg Ottinger1-2/+2
2023-09-23locks: fix KASAN: use-after-free in trace_event_raw_event_filelock_lockWill Shiu1-1/+1
2023-09-23btrfs: output extra debug info if we failed to find an inline backrefQu Wenruo1-0/+5
2023-09-23autofs: fix memory leak of waitqueues in autofs_catatonic_modeFedor Pchelkin1-1/+2
2023-09-23btrfs: use the correct superblock to compare fsid in btrfs_validate_superAnand Jain1-3/+2
2023-09-23btrfs: don't start transaction when joining with TRANS_JOIN_NOSTARTFilipe Manana1-3/+4
2023-09-23fuse: nlookup missing decrement in fuse_direntplus_linkruanmeisi1-1/+9
2023-09-23NFSv4/pnfs: minor fix for cleanup path in nfs4_get_device_infoFedor Pchelkin1-1/+1
2023-09-23udf: initialize newblock to 0Tom Rix1-3/+1