linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-05-09 17:33:19 to 2018-05-12 00:06:39 UTC [more...]

[PATCH 0/2] vfs: better dedupe permission check
 2018-05-12  0:06 UTC  (5+ messages)
` [PATCH 1/2] vfs: allow dedupe of user owned read-only files
` [PATCH 2/2] vfs: dedupe should return EPERM if permission is not granted

mmotm 2018-05-11-16-28 uploaded
 2018-05-11 23:28 UTC 

general protection fault in fuse_ctl_remove_conn
 2018-05-11 22:12 UTC  (7+ messages)
  ` [PATCH] fuse: don't keep inode-less dentry at fuse_ctl_add_dentry()

[PATCH 0/2] bcachefs: on disk data structures, ioctl interface - review requested for upstreaming
 2018-05-11 22:04 UTC  (4+ messages)
` [PATCH 1/2] bcachefs: On disk data structures

[RFC][PATCH] cachefiles: vfs_mkdir() might succeed leaving dentry negative unhashed
 2018-05-11 21:16 UTC 

[RFC][PATCH] nfsd: vfs_mkdir() might succeed leaving dentry negative unhashed
 2018-05-11 21:13 UTC 

[RFC v2 0/4] vfs: detect symlink corruption with attributes
 2018-05-11 21:12 UTC  (8+ messages)
` [RFC v2 1/4] vfs: skip extra attributes check on removal for symlinks
` [RFC v2 2/4] xfs: add verifier check for symlink with append/immutable flags
` [RFC v2 3/4] ext4: "
` [RFC v2 4/4] btrfs: verify symlinks "

[PATCH 0/3] Btrfs: stop abusing current->journal_info for direct I/O
 2018-05-11 20:41 UTC  (12+ messages)
` [PATCH 1/3] fs: add initial bh_result->b_private value to __blockdev_direct_IO()
` [PATCH 2/3] fs: add private argument to dio_submit_t
` [PATCH 3/3] Btrfs: stop abusing current->journal_info in btrfs_direct_IO()

[PATCH] vfs: add and use lookup_flags_t for sparse checking
 2018-05-11 20:36 UTC 

[RFC][PATCH] do d_instantiate/unlock_new_inode combinations safely
 2018-05-11 19:56 UTC  (11+ messages)

[PATCH v2 00/35] overlayfs: stack file operations
 2018-05-11 19:42 UTC  (4+ messages)
` [PATCH v2 22/35] vfs: don't open real

[PATCH v5 0/7] proc: modernize proc to support multiple private instances
 2018-05-11 19:28 UTC  (3+ messages)

use memcpy_mcsafe() for copy_to_iter() (was: Re: [PATCH v3 0/9] Series short description)
 2018-05-11 17:10 UTC 

[PATCH v5 5/7] proc: instantiate only pids that we can ptrace on 'limit_pids=1' mount option
 2018-05-11 16:45 UTC  (3+ messages)

[PATCH] coredump: rename umh_pipe_setup() to coredump_pipe_setup()
 2018-05-11 16:17 UTC  (5+ messages)

mmotm 2018-05-10-16-34 uploaded
 2018-05-11 15:45 UTC  (5+ messages)
` mmotm 2018-05-10-16-34 uploaded (objtool)

[PATCH 0/2] hoist btrfs' label set/get ioctls to vfs, and document
 2018-05-11 14:41 UTC  (14+ messages)
` [PATCH 1/2] fs: hoist BTRFS_IOC_[SG]ET_FSLABEL to vfs
  ` [PATCH 1/2 V2] "
        ` [PATCH 1/2 V2] "
` [PATCH 2/2] man2: New page documenting filesystem get/set label ioctls
  ` [PATCH 2/2 V2] "

[PATCH v5 7/7] proc: add option to mount only a pids subset
 2018-05-11 13:58 UTC  (2+ messages)

[PATCH v5 1/7] proc: add proc_fs_info struct to store proc information
 2018-05-11 13:49 UTC  (2+ messages)

aio poll and a new in-kernel poll API V10
 2018-05-11 13:13 UTC  (34+ messages)
` [PATCH 01/32] fs: unexport poll_schedule_timeout
` [PATCH 02/32] fs: cleanup do_pollfd
` [PATCH 03/32] fs: update documentation to mention __poll_t and match the code
` [PATCH 04/32] fs: add new vfs_poll and file_can_poll helpers
` [PATCH 05/32] fs: introduce new ->get_poll_head and ->poll_mask methods
` [PATCH 06/32] aio: simplify KIOCB_KEY handling
` [PATCH 07/32] aio: simplify cancellation
` [PATCH 08/32] aio: replace kiocb_set_cancel_fn with a cancel_kiocb file operation
` [PATCH 09/32] aio: add delayed cancel support
` [PATCH 10/32] aio: implement IOCB_CMD_POLL
` [PATCH 11/32] net: refactor socket_poll
` [PATCH 12/32] net: add support for ->poll_mask in proto_ops
` [PATCH 13/32] net: remove sock_no_poll
` [PATCH 14/32] net/tcp: convert to ->poll_mask
` [PATCH 15/32] net/unix: "
` [PATCH 16/32] net: convert datagram_poll users tp ->poll_mask
` [PATCH 17/32] net/dccp: convert to ->poll_mask
` [PATCH 18/32] net/atm: "
` [PATCH 19/32] net/vmw_vsock: "
` [PATCH 20/32] net/tipc: "
` [PATCH 21/32] net/sctp: "
` [PATCH 22/32] net/bluetooth: "
` [PATCH 23/32] net/caif: "
` [PATCH 24/32] net/nfc: "
` [PATCH 25/32] net/phonet: "
` [PATCH 26/32] net/iucv: "
` [PATCH 27/32] net/rxrpc: "
` [PATCH 28/32] crypto: af_alg: "
` [PATCH 29/32] pipe: "
` [PATCH 30/32] eventfd: switch "
` [PATCH 31/32] timerfd: convert "
` [PATCH 32/32] random: "

[PATCH 05/24] apparmor: Implement security hooks for the new mount API [ver #7]
 2018-05-11 12:20 UTC  (4+ messages)
` [PATCH 00/24] VFS: Introduce filesystem context "

[PATCH v5 6/7] proc: flush task dcache entries from all procfs instances
 2018-05-11  9:36 UTC 

[PATCH v5 4/7] proc: support mounting private procfs instances inside same pid namespace
 2018-05-11  9:35 UTC 

[PATCH v5 3/7] proc: add helpers to set and get proc hidepid and gid mount options
 2018-05-11  9:35 UTC 

[PATCH v5 2/7] proc: move /proc/{self|thread-self} dentries to proc_fs_info
 2018-05-11  9:35 UTC 

stop using buffer heads in xfs and iomap
 2018-05-11  6:39 UTC  (25+ messages)
` [PATCH 01/33] block: add a lower-level bio_add_page interface
` [PATCH 02/33] fs: factor out a __generic_write_end helper
` [PATCH 06/33] mm: give the 'ret' variable a better name __do_page_cache_readahead
` [PATCH 10/33] iomap: add an iomap-based bmap implementation
` [PATCH 11/33] iomap: add an iomap-based readpage and readpages implementation

[PATCH v3] fs: don't scan the inode cache before SB_BORN is set
 2018-05-11  3:04 UTC  (7+ messages)
` [PATCH v4] "

[RFC] vfs: skip extra attributes check on removal for symlinks
 2018-05-11  2:42 UTC  (4+ messages)

[PATCH v2 net-next 1/4] umh: introduce fork_usermode_blob() helper
 2018-05-10 23:16 UTC  (3+ messages)

[PATCH] cifs/smb3: directory sync should not return an error
 2018-05-10 23:06 UTC  (11+ messages)

[PATCH v7 00/14] firmware_loader changes for v4.18
 2018-05-10 20:08 UTC  (15+ messages)
` [PATCH v7 01/14] firmware: wrap FW_OPT_* into an enum
` [PATCH v7 02/14] firmware: use () to terminate kernel-doc function names
` [PATCH v7 03/14] firmware: rename fw_sysfs_fallback to firmware_fallback_sysfs()
` [PATCH v7 04/14] firmware_loader: document firmware_sysfs_fallback()
` [PATCH v7 05/14] firmware_loader: enhance Kconfig documentation over FW_LOADER
` [PATCH v7 06/14] firmware_loader: replace ---help--- with help
` [PATCH v7 07/14] firmware_loader: move kconfig FW_LOADER entries to its own file
` [PATCH v7 08/14] firmware_loader: make firmware_fallback_sysfs() print more useful
` [PATCH v7 09/14] firmware: add firmware_request_nowarn() - load firmware without warnings
` [PATCH v7 10/14] ath10k: use firmware_request_nowarn() to load firmware
` [PATCH v7 11/14] ath10k: re-enable the firmware fallback mechanism for testmode
` [PATCH v7 12/14] Documentation: fix few typos and clarifications for the firmware loader
` [PATCH v7 13/14] Documentation: remove stale firmware API reference
` [PATCH v7 14/14] Documentation: clarify firmware_class provenance and why we can't rename the module

[PATCH v7] fs: dax: Adding new return type vm_fault_t
 2018-05-10 18:11 UTC 

io_pgetevents & aio fsync V4
 2018-05-10 18:05 UTC  (2+ messages)

[PATCH v4] iomap: add a swapfile activation function
 2018-05-10 13:36 UTC  (2+ messages)

[PATCH v2 0/4] Enable holes in copy_file_range()
 2018-05-10 10:45 UTC  (9+ messages)
` [PATCH 1/4] copy_file_range: refactor vfs_copy_file_range
` [PATCH 2/4] copy_file_range: Perform splice if in/out SB are not same
` [PATCH 3/4] copy_file_range: splice with holes
` [PATCH 4/4] ovl: Use do_copy_file_range() in copy_up_data()

[RFC][PATCH 0/76] vfs: 'views' for filesystems with more than one root
 2018-05-10 10:10 UTC  (3+ messages)
` [PATCH 32/76] fs/f2fs: Use inode_sb() helper instead of inode->i_sb

[PATCH v1 0/5] Enable holes on copy_file_range()
 2018-05-10  4:52 UTC  (8+ messages)
` [PATCH 2/4] copy_file_range: Perform splice if in/out SB are not same
` [PATCH 4/4] ovl: Use do_copy_file_range() in copy_up_data()

[PATCH] mm: provide a fallback for PAGE_KERNEL_RO for architectures
 2018-05-10  1:24 UTC  (8+ messages)

[PATCH] bfs: add sanity check at bfs_fill_super()
 2018-05-10  0:53 UTC  (4+ messages)

[PATCH v6 00/13] firmware_loader changes for v4.18
 2018-05-09 23:01 UTC  (8+ messages)
` [PATCH v6 05/13] firmware_loader: enhance Kconfig documentation over FW_LOADER
` [PATCH v6 12/13] Documentation: remove stale firmware API reference

[PATCH v9 0/9] dax: fix dma vs truncate/hole-punch
 2018-05-09 22:54 UTC  (7+ messages)
` [PATCH v9 6/9] mm, fs, dax: handle layout changes to pinned dax mappings
` [PATCH v9 9/9] xfs, dax: introduce xfs_break_dax_layouts()

[PATCH v7 0/4] ipc: IPCMNI limit check for *mni & increase that limit
 2018-05-09 19:32 UTC  (5+ messages)
` [PATCH v7 1/4] ipc: IPCMNI limit check for msgmni and shmmni

[PATCH 12/15] nls: utf8norm: Introduce code for UTF-8 normalization
 2018-05-09 18:46 UTC  (3+ 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).