summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-05-17btrfs: set correct ram_bytes when splitting ordered extentQu Wenruo1-0/+1
2024-05-17btrfs: add missing mutex_unlock in btrfs_relocate_sys_chunks()Dominique Martinet1-0/+1
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: fix the cache always being enabled on files with qid flagsJoakim Sindholt1-3/+0
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-17smb3: fix broken reconnect when password changing on the server by allowing p...Steve French6-0/+44
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-17vboxsf: explicitly deny setlease attemptsJeff Layton1-0/+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-02ovl: fix memory leak in ovl_parse_param()Amir Goldstein1-6/+5
2024-05-02btrfs: fix information leak in btrfs_ioctl_logical_to_ino()Johannes Thumshirn1-9/+3
2024-05-02btrfs: scrub: run relocation repair when/only neededNaohiro Aota1-9/+9
2024-05-02btrfs: fix wrong block_start calculation for btrfs_drop_extent_map_range()Qu Wenruo2-1/+6
2024-05-02btrfs: fallback if compressed IO fails for ENOSPCSweet Tea Dorminy1-7/+6
2024-05-02smb3: fix lock ordering potential deadlock in cifs_sync_mid_resultSteve French1-0/+3
2024-05-02smb3: missing lock when picking channelSteve French1-1/+3
2024-05-02smb: client: Fix struct_group() usage in __packed structsGustavo A. R. Silva2-3/+3
2024-05-02mm: support page_mapcount() on page_has_type() pagesMatthew Wilcox (Oracle)1-5/+2
2024-05-02Squashfs: check the inode number is not the invalid value of zeroPhillip Lougher1-1/+4
2024-05-02squashfs: convert to new timestamp accessorsJeff Layton1-3/+3
2024-05-02cifs: reinstate original behavior again for forceuid/forcegidTakayuki Nagata2-0/+14
2024-05-02smb: client: fix rename(2) regression against sambaPaulo Alcantara1-0/+1
2024-05-02cifs: Fix reacquisition of volume cookie on still-live connectionDavid Howells3-0/+18
2024-04-27ksmbd: common: use struct_group_attr instead of struct_group for network_open...Namjae Jeon1-1/+1
2024-04-27ksmbd: clear RENAME_NOREPLACE before calling vfs_renameMarios Makassikis1-0/+5
2024-04-27ksmbd: validate request buffer size in smb2_allocate_rsp_buf()Namjae Jeon1-0/+4
2024-04-27ksmbd: fix slab-out-of-bounds in smb2_allocate_rsp_bufNamjae Jeon1-8/+5
2024-04-27nilfs2: fix OOB in nilfs_set_de_typeJeongjun Park1-1/+1
2024-04-27fuse: fix leaked ENOSYS error on first statx callDanny Lin1-0/+1
2024-04-27fs: sysfs: Fix reference leak in sysfs_break_active_protection()Alan Stern1-0/+2
2024-04-27ceph: redirty page before returning AOP_WRITEPAGE_ACTIVATENeilBrown1-1/+3
2024-04-27ceph: rename _to_client() to _to_fs_client()Xiubo Li14-95/+95
2024-04-27ceph: pass the mdsc to several helpersXiubo Li9-36/+51
2024-04-27smb: client: refresh referral without acquiring refpath_lockPaulo Alcantara1-20/+24
2024-04-27smb: client: guarantee refcounted children from parent sessionPaulo Alcantara7-72/+76
2024-04-27smb3: show beginning time for per share statsSteve French3-2/+6
2024-04-27smb: client: fix UAF in smb2_reconnect_server()Paulo Alcantara1-49/+34
2024-04-27smb: client: remove extra @chan_count check in __cifs_put_smb_ses()Paulo Alcantara1-14/+9
2024-04-17btrfs: qgroup: convert PREALLOC to PERTRANS after record_root_in_transBoris Burkov1-9/+8
2024-04-17btrfs: record delayed inode root in transactionBoris Burkov1-0/+3
2024-04-17btrfs: qgroup: fix qgroup prealloc rsv leak in subvolume operationsBoris Burkov4-22/+40
2024-04-17btrfs: qgroup: correctly model root qgroup rsv in convertBoris Burkov1-0/+2