linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-09-10 15:50:23 to 2019-09-13 12:19:18 UTC [more...]

[PATCH v4 00/26] nfs: Mount API conversion
 2019-09-13 12:17 UTC  (17+ messages)
` [PATCH v4 04/26] nfs: fold nfs4_remote_fs_type and nfs4_remote_referral_fs_type
` [PATCH v4 09/26] nfs: don't bother passing nfs_subversion to ->try_mount() and nfs_fs_mount_common()
` [PATCH v4 10/26] nfs: merge xdev and remote file_system_type
` [PATCH v4 12/26] nfs: don't pass nfs_subversion to ->create_server()
` [PATCH v4 13/26] nfs: get rid of mount_info ->fill_super()
` [PATCH v4 15/26] nfs: get rid of ->set_security()
` [PATCH v4 16/26] NFS: Move mount parameterisation bits into their own file
` [PATCH v4 18/26] NFS: Rename struct nfs_parsed_mount_data to struct nfs_fs_context
` [PATCH v4 19/26] NFS: Split nfs_parse_mount_options()
` [PATCH v4 20/26] NFS: Deindent nfs_fs_context_parse_option()
` [PATCH v4 21/26] NFS: Add a small buffer in nfs_fs_context to avoid string dup
` [PATCH v4 22/26] NFS: Do some tidying of the parsing code
` [PATCH v4 23/26] NFS: rename nfs_fs_context pointer arg in a few functions
` [PATCH v4 24/26] NFS: Convert mount option parsing to use functionality from fs_parser.h
` [PATCH v4 25/26] NFS: Add fs_context support
` [PATCH v4 26/26] NFS: Attach supplementary error information to fs_context

[PATCH] lib/memweight.c: optimize by inlining bitmap_weight()
 2019-09-13 11:48 UTC  (6+ messages)
` [PATCH v2] lib/memweight.c: open codes bitmap_weight()

[coreutils PATCH v2 0/2] ls: convert to using statx when available
 2019-09-13 10:58 UTC  (3+ messages)
` [coreutils PATCH v2 1/2] stat: move struct statx to struct stat conversion routines to new header
` [coreutils PATCH v2 2/2] ls: use statx instead of stat when available

[PATCH RESEND V5 0/7] Consolidate FS read I/O callbacks code
 2019-09-13  2:32 UTC  (3+ messages)
` [PATCH RESEND V5 2/7] FS: Introduce read callbacks

[PATCH 0/5] hugetlbfs: Disable PMD sharing for large systems
 2019-09-13  1:50 UTC  (25+ messages)
` [PATCH 1/5] locking/rwsem: Add down_write_timedlock()
` [PATCH 2/5] locking/rwsem: Enable timeout check when spinning on owner
` [PATCH 3/5] locking/osq: Allow early break from OSQ
` [PATCH 4/5] locking/rwsem: Enable timeout check when staying in the OSQ
` [PATCH 5/5] hugetlbfs: Limit wait time when trying to share huge PMD

[PATCH 1/3] fs/userfaultfd.c: remove a redundant check on end
 2019-09-12 21:31 UTC  (3+ messages)
` [PATCH 2/3] fs/userfaultfd.c: reorder the if check to reduce some computation
` [PATCH 3/3] fs/userfaultfd.c: wrap cheching huge page alignment into a helper

[PATCH RESEND] fs/epoll: fix the edge-triggered mode for nested epoll
 2019-09-12 21:36 UTC  (12+ messages)

[PATCH v8 0/7] Disable compat cruft on ppc64le v8
 2019-09-12 20:19 UTC  (12+ messages)
` [PATCH v8 1/7] powerpc: Add back __ARCH_WANT_SYS_LLSEEK macro
` [PATCH v8 2/7] powerpc: move common register copy functions from signal_32.c to signal.c
` [PATCH v8 3/7] powerpc/perf: consolidate read_user_stack_32
` [PATCH v8 4/7] powerpc/perf: consolidate valid_user_sp
` [PATCH v8 5/7] powerpc/64: make buildable without CONFIG_COMPAT
` [PATCH v8 6/7] powerpc/64: Make COMPAT user-selectable disabled on littleendian by default
` [PATCH v8 7/7] powerpc/perf: split callchain.c by bitness

[RFC PATCH 00/35] user xattr support (RFC8276)
 2019-09-12 17:25 UTC  (36+ messages)
` [RFC PATCH 02/35] nfs/nfsd: basic NFS4 extended attribute definitions
` [RFC PATCH 03/35] NFSv4.2: query the server for extended attribute support
` [RFC PATCH 04/35] nfs: parse the {no}user_xattr option
` [RFC PATCH 05/35] NFSv4.2: define a function to compute the maximum XDR size for listxattr
` [RFC PATCH 06/35] NFSv4.2: define and set initial limits for extended attributes
` [RFC PATCH 07/35] NFSv4.2: define argument and response structures for xattr operations
` [RFC PATCH 08/35] NFSv4.2: define the encode/decode sizes for the XATTR operations
` [RFC PATCH 09/35] NFSv4.2: define and use extended attribute overhead sizes
` [RFC PATCH 10/35] NFSv4.2: add client side XDR handling for extended attributes
` [RFC PATCH 11/35] nfs: define nfs_access_get_cached function
` [RFC PATCH 12/35] NFSv4.2: query the extended attribute access bits
` [RFC PATCH 13/35] nfs: modify update_changeattr to deal with regular files
` [RFC PATCH 14/35] nfs: define and use the NFS_INO_INVALID_XATTR flag
` [RFC PATCH 15/35] nfs: make the buf_to_pages_noslab function available to the nfs code
` [RFC PATCH 16/35] NFSv4.2: add the extended attribute proc functions
` [RFC PATCH 17/35] NFSv4.2: hook in the user extended attribute handlers
` [RFC PATCH 18/35] NFSv4.2: add client side xattr caching functions
` [RFC PATCH 19/35] NFSv4.2: call the xattr cache functions
` [RFC PATCH 20/35] nfs: add the NFS_V4_XATTR config option
` [RFC PATCH 21/35] xattr: modify vfs_{set,remove}xattr for NFS server use
` [RFC PATCH 22/35] nfsd: split off the write decode code in to a seperate function
` [RFC PATCH 23/35] nfsd: add defines for NFSv4.2 extended attribute support
` [RFC PATCH 26/35] nfsd: add structure definitions for xattr requests / responses
` [RFC PATCH 24/35] nfsd: define xattr functions to call in to their vfs counterparts
` [RFC PATCH 25/35] nfsd: take xattr access bits in to account when checking
` [RFC PATCH 27/35] nfsd: implement the xattr procedure functions
` [RFC PATCH 01/35] nfsd: make sure the nfsd4_ops array has the right size
` [RFC PATCH 28/35] nfsd: define xattr reply size functions
` [RFC PATCH 29/35] nfsd: add xattr XDR decode functions
` [RFC PATCH 30/35] nfsd: add xattr XDR encode functions
` [RFC PATCH 31/35] nfsd: add xattr operations to ops array
` [RFC PATCH 32/35] xattr: add a function to check if a namespace is supported
` [RFC PATCH 33/35] nfsd: add fattr support for user extended attributes
` [RFC PATCH 34/35] nfsd: add export flag to disable "
` [RFC PATCH 35/35] nfsd: add NFSD_V4_XATTR config option

[PATCH v3 00/26] nfs: Mount API conversion
 2019-09-12 17:36 UTC  (30+ messages)
` [PATCH v3 01/26] saner calling conventions for nfs_fs_mount_common()
` [PATCH v3 02/26] nfs: stash server into struct nfs_mount_info
` [PATCH v3 03/26] nfs: lift setting mount_info from nfs4_remote{,_referral}_mount
` [PATCH v3 04/26] nfs: fold nfs4_remote_fs_type and nfs4_remote_referral_fs_type
` [PATCH v3 05/26] nfs: don't bother setting/restoring export_path around do_nfs_root_mount()
` [PATCH v3 06/26] nfs4: fold nfs_do_root_mount/nfs_follow_remote_path
` [PATCH v3 07/26] nfs: lift setting mount_info from nfs_xdev_mount()
` [PATCH v3 08/26] nfs: stash nfs_subversion reference into nfs_mount_info
` [PATCH v3 09/26] nfs: don't bother passing nfs_subversion to ->try_mount() and nfs_fs_mount_common()
` [PATCH v3 10/26] nfs: merge xdev and remote file_system_type
` [PATCH v3 11/26] nfs: unexport nfs_fs_mount_common()
` [PATCH v3 12/26] nfs: don't pass nfs_subversion to ->create_server()
` [PATCH v3 13/26] nfs: get rid of mount_info ->fill_super()
` [PATCH v3 14/26] nfs_clone_sb_security(): simplify the check for server bogosity
` [PATCH v3 15/26] nfs: get rid of ->set_security()
` [PATCH v3 16/26] NFS: Move mount parameterisation bits into their own file
` [PATCH v3 17/26] NFS: Constify mount argument match tables
` [PATCH v3 18/26] NFS: Rename struct nfs_parsed_mount_data to struct nfs_fs_context
` [PATCH v3 19/26] NFS: Split nfs_parse_mount_options()
` [PATCH v3 20/26] NFS: Deindent nfs_fs_context_parse_option()
` [PATCH v3 21/26] NFS: Add a small buffer in nfs_fs_context to avoid string dup
` [PATCH v3 22/26] NFS: Do some tidying of the parsing code
` [PATCH v3 23/26] NFS: rename nfs_fs_context pointer arg in a few functions
` [PATCH v3 24/26] NFS: Convert mount option parsing to use functionality from fs_parser.h
` [PATCH v3 25/26] NFS: Add fs_context support
` [PATCH v3 26/26] NFS: Attach supplementary error information to fs_context

[PATCH v6] virtio-fs: add virtiofs filesystem
 2019-09-12 14:19 UTC 

[PATCH v5 0/4] virtio-fs: shared file system for virtual machines
 2019-09-12 14:12 UTC  (9+ messages)

[PATCH v3 0/6] ext4: port direct IO to iomap infrastructure
 2019-09-12 11:05 UTC  (7+ messages)
` [PATCH v3 1/6] ext4: introduce direct IO read path using "
` [PATCH v3 2/6] ext4: move inode extension/truncate code out from ext4_iomap_end()
` [PATCH v3 3/6] iomap: split size and error for iomap_dio_rw ->end_io
` [PATCH v3 4/6] ext4: reorder map.m_flags checks in ext4_iomap_begin()
` [PATCH v3 5/6] ext4: introduce direct IO write path using iomap infrastructure
` [PATCH v3 6/6] ext4: cleanup legacy buffer_head direct IO code

[PATCH] quota: fix wrong condition in is_quota_modification()
 2019-09-12 10:06 UTC  (2+ messages)

Odd locking pattern introduced as part of "nowait aio support"
 2019-09-12  9:26 UTC  (15+ messages)
    ` Fix inode sem regression for nowait
      ` [PATCH 1/3] btrfs: fix inode rwsem regression
      ` [PATCH 2/3] ext4: "
      ` [PATCH 3/3] f2fs: "

[PATCH] fuse:send filep uid as part of fuse write req
 2019-09-12  7:32 UTC  (3+ messages)

[PATCH] fs/userfaultfd.c: simplify the calculation of new_flags
 2019-09-12  2:54 UTC  (2+ messages)

[PATCH v8 00/13] nvmet: add target passthru commands support
 2019-09-11 16:53 UTC  (8+ messages)
` [PATCH v8 13/13] nvmet-passthru: support block accounting

5.3-rc-8 hung task in IO (was: Re: lot of MemAvailable but falling cache and raising PSI)
 2019-09-11 16:19 UTC  (7+ messages)

filemap_fault can lose errors
 2019-09-11 15:23 UTC  (2+ messages)

[PATCH 0/9 V6] New ->fiemap infrastructure and ->bmap removal
 2019-09-11 13:43 UTC  (10+ messages)
` [PATCH 1/9] fs: Enable bmap() function to properly return errors
` [PATCH 2/9] cachefiles: drop direct usage of ->bmap method
` [PATCH 3/9] ecryptfs: drop direct calls to ->bmap
` [PATCH 4/9] fibmap: Use bmap instead of ->bmap method in ioctl_fibmap
` [PATCH 5/9] fs: Move start and length fiemap fields into fiemap_extent_info
` [PATCH 6/9] iomap: Remove length and start fields from iomap_fiemap
` [PATCH 7/9] fiemap: Use a callback to fill fiemap extents
` [PATCH 8/9] Use FIEMAP for FIBMAP calls
` [PATCH 9/9] xfs: Get rid of ->bmap

[PATCH v2 0/6] ext4: port direct IO to iomap infrastructure
 2019-09-11 12:39 UTC  (5+ messages)
` [PATCH v2 5/6] ext4: introduce direct IO write path using "

Inquiry 11/Sept/2019
 2019-09-11 12:07 UTC 

[PATCH v12 00/12] namei: openat2(2) path resolution restrictions
 2019-09-11 10:37 UTC  (7+ messages)
` [PATCH v12 01/12] lib: introduce copy_struct_{to,from}_user helpers

[PATCH] Revert "lockless next_positive()"
 2019-09-11  9:37 UTC 

[RFC PATCH v2 16/19] RDMA/uverbs: Add back pointer to system file object
 2019-09-11  8:19 UTC  (11+ messages)

[PATCH next v2] softirq: enable MAX_SOFTIRQ_TIME tuning with sysctl, max_softirq_time_msecs
 2019-09-11  3:17 UTC  (2+ messages)

[vfs] 8bb3c61baf: vm-scalability.median -23.7% regression
 2019-09-11  3:05 UTC  (6+ messages)

Possible FS race condition between iterate_dir and d_alloc_parallel
 2019-09-10 22:17 UTC  (9+ messages)

[PATCH] fs: need to ensure that dentry is initialized before it is added to parent dentry
 2019-09-10 21:56 UTC  (2+ messages)

[PATCH v4 0/6] iomap: lift the xfs writepage code into iomap
 2019-09-10 21:30 UTC  (8+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).