summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-05-17eventfs: Do not treat events directory different than other directoriesSteven Rostedt (Google)1-15/+1
2024-05-17tracefs: Still use mount point as default permissions for instancesSteven Rostedt (Google)1-2/+25
2024-05-17tracefs: Reset permissions on remount if permissions are optionsSteven Rostedt (Google)3-2/+99
2024-05-17ksmbd: do not grant v2 lease if parent lease key and epoch are not setNamjae Jeon1-5/+9
2024-05-17ksmbd: avoid to send duplicate lease break notificationsNamjae Jeon1-6/+15
2024-05-17ksmbd: off ipv6only for both ipv4/ipv6 bindingNamjae Jeon1-0/+4
2024-05-17fs/proc/task_mmu: fix uffd-wp confusion in pagemap_scan_pmd_entry()Ryan Roberts1-9/+13
2024-05-17fs/proc/task_mmu: fix loss of young/dirty bits during pagemap scanRyan Roberts1-1/+1
2024-05-17mm/userfaultfd: reset ptes when close() for wr-protected onesPeter Xu1-0/+4
2024-05-17btrfs: make sure that WRITTEN is set on all metadata blocksJosef Bacik2-15/+16
2024-05-17btrfs: qgroup: do not check qgroup inherit if qgroup is disabledQu Wenruo1-0/+2
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-17fs/9p: drop inodes immediately on non-.L tooJoakim Sindholt1-0/+1
2024-05-17fs/9p: remove erroneous nlink init from legacy stat2inodeEric Van Hensbergen1-2/+0
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-17fs/9p: fix uninitialized values during inode evictEric Van Hensbergen1-6/+10
2024-05-17gfs2: Fix invalid metadata access in punch_holeAndrew Price1-2/+3
2024-05-17exfat: fix timing of synchronizing bitmap and inodeYuezhang Mo1-4/+3
2024-05-17NFSD: Fix nfsd4_encode_fattr4() crasherChuck Lever1-1/+1
2024-05-17NFSD: add support for CB_GETATTR callbackDai Ngo3-1/+128
2024-05-17nfsd: make all of the nfsd stats per-network namespaceJosef Bacik10-96/+69
2024-05-17nfsd: expose /proc/net/sunrpc/nfsd in net namespacesJosef Bacik3-20/+15
2024-05-17nfsd: rename NFSD_NET_* to NFSD_STATS_*Josef Bacik3-7/+7
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-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-02netfs: Fix the pre-flush when appending to a file in writethrough modeDavid Howells1-7/+6
2024-05-02netfs: Fix writethrough-mode error handlingDavid Howells1-4/+6
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