summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-05-17btrfs: fix kvcalloc() arguments order in btrfs_ioctl_send()Dmitry Antipov1-2/+2
2024-05-17fs/9p: drop inodes immediately on non-.L tooJoakim Sindholt1-0/+1
2024-05-179p: explicitly deny setlease attemptsJeff Layton1-0/+2
2024-05-17fs/9p: translate O_TRUNC into OTRUNCJoakim Sindholt1-0/+3
2024-05-17fs/9p: only translate RWX permissions for plain 9P2000Joakim Sindholt1-1/+1
2024-05-17btrfs: always clear PERTRANS metadata during commitBoris Burkov1-1/+1
2024-05-17btrfs: make btrfs_clear_delalloc_extent() free delalloc reserveBoris Burkov1-1/+1
2024-05-17btrfs: return accurate error code on open failure in open_fs_devices()Anand Jain1-5/+12
2024-05-17gfs2: Fix invalid metadata access in punch_holeAndrew Price1-2/+3
2024-05-17nfs: Handle error of rpc_proc_register() in nfs_net_init().Kuniyuki Iwashima1-1/+6
2024-05-17nfs: make the rpc_stat per net namespaceJosef Bacik4-4/+9
2024-05-17nfs: expose /proc/net/sunrpc/nfs in net namespacesJosef Bacik1-4/+2
2024-05-02btrfs: fix information leak in btrfs_ioctl_logical_to_ino()Johannes Thumshirn1-9/+3
2024-05-02nilfs2: fix OOB in nilfs_set_de_typeJeongjun Park1-1/+1
2024-05-02fs: sysfs: Fix reference leak in sysfs_break_active_protection()Alan Stern1-0/+2
2024-05-02btrfs: record delayed inode root in transactionBoris Burkov1-0/+3
2024-05-02btrfs: qgroup: correctly model root qgroup rsv in convertBoris Burkov1-0/+2
2024-04-13ext4: forbid commit inconsistent quota data when errors=remount-roYe Bin1-0/+12
2024-04-13ext4: add a hint for block bitmap corrupt state in mb_groupsZhang Yi1-1/+4
2024-04-13isofs: handle CDs with bad root inode but good Joliet root directoryAlex Henrie1-2/+16
2024-04-13sysv: don't call sb_bread() with pointers_lock heldTetsuo Handa1-6/+4
2024-04-13btrfs: send: handle path ref underflow in header iterate_inode_ref()David Sterba1-1/+9
2024-04-13btrfs: export: handle invalid inode or root reference in btrfs_get_parent()David Sterba1-1/+8
2024-04-13btrfs: handle chunk tree lookup error in btrfs_relocate_sys_chunks()David Sterba1-1/+11
2024-04-13pstore/zone: Add a null pointer check to the psz_kmsg_readKunwu Chan1-0/+2
2024-04-13vboxsf: Avoid an spurious warning if load_nls_xxx() failsChristophe JAILLET1-1/+2
2024-04-13exec: Fix NOMMU linux_binprm::exec in transfer_args_to_stack()Max Filippov1-0/+1
2024-04-13btrfs: allocate btrfs_ioctl_defrag_range_args on stackGoldwyn Rodrigues1-17/+8
2024-04-13fs/aio: Check IOCB_AIO_RW before the struct aio_kiocb conversionBart Van Assche1-2/+6
2024-04-13nilfs2: prevent kernel bug at submit_bh_wbc()Ryusuke Konishi1-1/+1
2024-04-13nilfs2: fix failure to detect DAT corruption in btree and direct mappingsRyusuke Konishi2-4/+14
2024-04-13nfs: fix UAF in direct writesJosef Bacik2-3/+10
2024-04-13ext4: fix corruption during on-line resizeMaximilian Heyne1-1/+2
2024-04-13btrfs: fix off-by-one chunk length calculation at contains_pending_extent()Filipe Manana1-1/+1
2024-04-13fuse: don't unhash rootMiklos Szeredi2-3/+5
2024-04-13fuse: fix root lookup with nonzero generationMiklos Szeredi1-0/+4
2024-04-13ubifs: Set page uptodate in the correct placeMatthew Wilcox (Oracle)1-9/+4
2024-04-13fat: fix uninitialized field in nostale filehandlesJan Kara1-0/+6
2024-04-13ext4: correct best extent lstart adjustment logicBaokun Li1-6/+11
2024-03-27afs: Revert "afs: Hide silly-rename files from userspace"David Howells1-10/+0
2024-03-27NFS: Fix an off by one in root_nfs_cat()Christophe JAILLET1-2/+2
2024-03-27NFSv4.2: fix listxattr maximum XDR buffer sizeJorge Mora1-2/+5
2024-03-27NFSv4.2: fix nfs4_listxattr kernel BUG at mm/usercopy.c:102Jorge Mora1-6/+10
2024-03-27f2fs: compress: fix to check unreleased compressed clusterSheng Yong1-1/+12
2024-03-27quota: Fix rcu annotations of inode dquot pointersJan Kara1-27/+39
2024-03-27quota: Fix potential NULL pointer dereferenceWang Jianjian1-41/+57
2024-03-27quota: simplify drop_dquot_ref()Baokun Li1-61/+9
2024-03-27fs/select: rework stack allocation hack for clangArnd Bergmann1-1/+1
2024-03-27do_sys_name_to_handle(): use kzalloc() to fix kernel-infoleakNikita Zhandarovich1-1/+1
2024-03-15mm: hugetlb pages should not be reserved by shmat() if SHM_NORESERVEPrakash Sangappa1-1/+12