summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-05-17eventfs: Do not treat events directory different than other directoriesSteven Rostedt (Google)
2024-05-17tracefs: Still use mount point as default permissions for instancesSteven Rostedt (Google)
2024-05-17tracefs: Reset permissions on remount if permissions are optionsSteven Rostedt (Google)
2024-05-17ksmbd: do not grant v2 lease if parent lease key and epoch are not setNamjae Jeon
2024-05-17ksmbd: avoid to send duplicate lease break notificationsNamjae Jeon
2024-05-17ksmbd: off ipv6only for both ipv4/ipv6 bindingNamjae Jeon
2024-05-17fs/proc/task_mmu: fix uffd-wp confusion in pagemap_scan_pmd_entry()Ryan Roberts
2024-05-17fs/proc/task_mmu: fix loss of young/dirty bits during pagemap scanRyan Roberts
2024-05-17mm/userfaultfd: reset ptes when close() for wr-protected onesPeter Xu
2024-05-17btrfs: make sure that WRITTEN is set on all metadata blocksJosef Bacik
2024-05-17btrfs: qgroup: do not check qgroup inherit if qgroup is disabledQu Wenruo
2024-05-17btrfs: set correct ram_bytes when splitting ordered extentQu Wenruo
2024-05-17btrfs: add missing mutex_unlock in btrfs_relocate_sys_chunks()Dominique Martinet
2024-05-17fs/9p: drop inodes immediately on non-.L tooJoakim Sindholt
2024-05-17fs/9p: remove erroneous nlink init from legacy stat2inodeEric Van Hensbergen
2024-05-179p: explicitly deny setlease attemptsJeff Layton
2024-05-17fs/9p: fix the cache always being enabled on files with qid flagsJoakim Sindholt
2024-05-17fs/9p: translate O_TRUNC into OTRUNCJoakim Sindholt
2024-05-17fs/9p: only translate RWX permissions for plain 9P2000Joakim Sindholt
2024-05-17smb3: fix broken reconnect when password changing on the server by allowing p...Steve French
2024-05-17btrfs: always clear PERTRANS metadata during commitBoris Burkov
2024-05-17btrfs: make btrfs_clear_delalloc_extent() free delalloc reserveBoris Burkov
2024-05-17vboxsf: explicitly deny setlease attemptsJeff Layton
2024-05-17btrfs: return accurate error code on open failure in open_fs_devices()Anand Jain
2024-05-17fs/9p: fix uninitialized values during inode evictEric Van Hensbergen
2024-05-17gfs2: Fix invalid metadata access in punch_holeAndrew Price
2024-05-17exfat: fix timing of synchronizing bitmap and inodeYuezhang Mo
2024-05-17NFSD: Fix nfsd4_encode_fattr4() crasherChuck Lever
2024-05-17NFSD: add support for CB_GETATTR callbackDai Ngo
2024-05-17nfsd: make all of the nfsd stats per-network namespaceJosef Bacik
2024-05-17nfsd: expose /proc/net/sunrpc/nfsd in net namespacesJosef Bacik
2024-05-17nfsd: rename NFSD_NET_* to NFSD_STATS_*Josef Bacik
2024-05-17nfs: Handle error of rpc_proc_register() in nfs_net_init().Kuniyuki Iwashima
2024-05-17nfs: make the rpc_stat per net namespaceJosef Bacik
2024-05-17nfs: expose /proc/net/sunrpc/nfs in net namespacesJosef Bacik
2024-05-02btrfs: fix information leak in btrfs_ioctl_logical_to_ino()Johannes Thumshirn
2024-05-02btrfs: scrub: run relocation repair when/only neededNaohiro Aota
2024-05-02btrfs: fix wrong block_start calculation for btrfs_drop_extent_map_range()Qu Wenruo
2024-05-02btrfs: fallback if compressed IO fails for ENOSPCSweet Tea Dorminy
2024-05-02smb3: fix lock ordering potential deadlock in cifs_sync_mid_resultSteve French
2024-05-02smb3: missing lock when picking channelSteve French
2024-05-02smb: client: Fix struct_group() usage in __packed structsGustavo A. R. Silva
2024-05-02mm: support page_mapcount() on page_has_type() pagesMatthew Wilcox (Oracle)
2024-05-02netfs: Fix the pre-flush when appending to a file in writethrough modeDavid Howells
2024-05-02netfs: Fix writethrough-mode error handlingDavid Howells
2024-05-02cifs: reinstate original behavior again for forceuid/forcegidTakayuki Nagata
2024-05-02smb: client: fix rename(2) regression against sambaPaulo Alcantara
2024-05-02cifs: Fix reacquisition of volume cookie on still-live connectionDavid Howells
2024-04-27ksmbd: common: use struct_group_attr instead of struct_group for network_open...Namjae Jeon
2024-04-27ksmbd: clear RENAME_NOREPLACE before calling vfs_renameMarios Makassikis