linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-09 19:12:47 to 2019-10-12 04:16:22 UTC [more...]

[PATCH v14 0/6] open: introduce openat2(2) syscall
 2019-10-12  4:15 UTC  (10+ messages)
` [PATCH v14 1/6] namei: O_BENEATH-style resolution restriction flags
` [PATCH v14 2/6] namei: LOOKUP_IN_ROOT: chroot-like path resolution
` [PATCH v14 3/6] namei: permit ".." resolution with LOOKUP_{IN_ROOT,BENEATH}
` [PATCH v14 4/6] open: introduce openat2(2) syscall
` [PATCH v14 5/6] selftests: add openat2(2) selftests
` [PATCH v14 6/6] Documentation: path-lookup: mention LOOKUP_MAGICLINK_JUMPED

mmotm 2019-10-11-20-23 uploaded
 2019-10-12  3:24 UTC 

[PATCH] virtio_fs: Change module name to virtiofs.ko
 2019-10-12  1:50 UTC  (2+ messages)

[PATCH V2 00/26] mm, xfs: non-blocking inode reclaim
 2019-10-12  0:48 UTC  (53+ messages)
` [PATCH 01/26] xfs: Lower CIL flush limit for large logs
` [PATCH 02/26] xfs: Throttle commits on delayed background CIL push
` [PATCH 03/26] xfs: don't allow log IO to be throttled
` [PATCH 04/26] xfs: Improve metadata buffer reclaim accountability
` [PATCH 05/26] xfs: correctly acount for reclaimable slabs
` [PATCH 06/26] xfs: synchronous AIL pushing
` [PATCH 07/26] xfs: tail updates only need to occur when LSN changes
` [PATCH 14/26] mm: back off direct reclaim on excessive shrinker deferral
` [PATCH 16/26] xfs: synchronous AIL pushing
` [PATCH 17/26] xfs: don't block kswapd in inode reclaim
` [PATCH 18/26] xfs: reduce kswapd blocking on inode locking
` [PATCH 19/26] xfs: kill background reclaim work
` [PATCH 20/26] xfs: use AIL pushing for inode reclaim IO
` [PATCH 21/26] xfs: remove mode from xfs_reclaim_inodes()
` [PATCH 22/26] xfs: track reclaimable inodes using a LRU list
` [PATCH 23/26] xfs: reclaim inodes from the LRU
` [PATCH 25/26] xfs: rework unreferenced inode lookups
` [PATCH 26/26] xfs: use xfs_ail_push_all_sync in xfs_reclaim_inodes

[PATCH] fs: use READ_ONCE/WRITE_ONCE with the i_size helpers
 2019-10-12  0:34 UTC  (2+ messages)

[PATCH] fs: avoid softlockups in s_inodes iterators
 2019-10-11 21:14 UTC  (7+ messages)

[PATCH 0/2 v2] iomap: Waiting for IO in iomap_dio_rw()
 2019-10-11 21:13 UTC  (8+ messages)
` [PATCH 1/2] iomap: Allow forcing of waiting for running DIO "
` [PATCH 2/2] xfs: Use iomap_dio_rw_wait()

[PATCH] fs: include internal.h for missing declarations
 2019-10-11 17:00 UTC 

[PATCH 1/2] nsfs: include internal.h for ns_dentry_operations
 2019-10-11 16:57 UTC  (2+ messages)
` [PATCH 2/2] nsfs: include <linux/proc_fs.h> for open_related_ns

[PATCH] loop: fix no-unmap write-zeroes request behavior
 2019-10-11 16:05 UTC  (3+ messages)
` [PATCH v2] "

NULL pointer deref in put_fs_context with unprivileged LXC
 2019-10-11 14:14 UTC  (2+ messages)

[PATCH] sysctl: Inline braces for ctl_table and ctl_table_header
 2019-10-11 13:56 UTC  (2+ messages)

[PATCH] virtio_fs: Fix file_system_type.name to virtio_fs
 2019-10-11 13:44 UTC  (3+ messages)

[PATCH 0/7] firmware: add partial read support in request_firmware_into_buf
 2019-10-11 13:31 UTC  (10+ messages)
` [PATCH 2/7] firmware: add offset to request_firmware_into_buf

[PATCH] fs/buffer: Make BH_Uptodate_Lock bit_spin_lock a regular spinlock_t
 2019-10-11 11:25 UTC  (4+ messages)

[PATCH v2 linux-kselftest-test 0/3] kunit: support building core/tests as modules
 2019-10-11 10:25 UTC  (6+ messages)
` [PATCH v2 linux-kselftest-test 1/3] kunit: allow kunit tests to be loaded as a module

[PATCH v1] mm: Fix access of uninitialized memmaps in fs/proc/page.c
 2019-10-11  9:53 UTC  (6+ messages)

[PATCH ghak90 V7 00/21] audit: implement container identifier
 2019-10-11  0:40 UTC  (24+ messages)
` [PATCH ghak90 V7 04/21] audit: convert to contid list to check for orch/engine ownership
` [PATCH ghak90 V7 05/21] audit: log drop of contid on exit of last task
` [PATCH ghak90 V7 06/21] audit: contid limit of 32k imposed to avoid DoS
` [PATCH ghak90 V7 08/21] audit: add contid support for signalling the audit daemon
` [PATCH ghak90 V7 12/21] audit: add support for containerid to network namespaces
` [PATCH ghak90 V7 13/21] audit: NETFILTER_PKT: record each container ID associated with a netNS
` [PATCH ghak90 V7 14/21] audit: contid check descendancy and nesting
` [PATCH ghak90 V7 15/21] sched: pull task_is_descendant into kernel/sched/core.c
` [PATCH ghak90 V7 16/21] audit: add support for contid set/get by netlink
` [PATCH ghak90 V7 17/21] audit: add support for loginuid/sessionid "
` [PATCH ghak90 V7 18/21] audit: track container nesting

[PATCH] Convert filldir[64]() from __put_user() to unsafe_put_user()
 2019-10-11  0:31 UTC  (14+ messages)

[PATCH v2 0/4] treewide: Use sizeof_member() macro
 2019-10-10 23:50 UTC  (5+ messages)
` [PATCH v2 1/4] MIPS: OCTEON: Replace SIZEOF_FIELD() macro
` [PATCH v2 2/4] linux/stddef.h: Add sizeof_member() macro
` [PATCH v2 4/4] include: Remove FIELD_SIZEOF() and sizeof_field() macros
  ` [PATCH v2 3/4] treewide: Use sizeof_member() macro

[PATCH v2] cgroup, blkcg: prevent dirty inodes to pin dying memory cgroups
 2019-10-10 23:40 UTC 

[PATCH 1/2] Add manpages for move_mount(2) and open_tree(2)
 2019-10-10 20:22 UTC  (4+ messages)
` [PATCH 2/2] Add manpage for fsopen(2), fspick(2) and fsmount(2)

[GIT PULL] xfs: fixes for 5.4-rc3
 2019-10-10 18:50 UTC  (2+ messages)

[PATCH v9 00/12] nvmet: add target passthru commands support
 2019-10-10 17:56 UTC  (26+ messages)
` [PATCH v9 01/12] nvme-core: introduce nvme_ctrl_get_by_path()
` [PATCH v9 02/12] nvme-core: export existing ctrl and ns interfaces
` [PATCH v9 03/12] nvmet: add return value to nvmet_add_async_event()
` [PATCH v9 04/12] nvmet: make nvmet_copy_ns_identifier() non-static
` [PATCH v9 05/12] Signed-off-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com> [logang@deltatee.com: fixed some of the wording in the help message] Signed-off-by: Logan Gunthorpe <logang@deltatee.com> Reviewed-by: Max Gurtovoy <maxg@mellanox.com>
` [PATCH v9 05/12] nvmet-passthru: add passthru code to process commands
` [PATCH v9 06/12] nvmet-passthru: add enable/disable helpers
` [PATCH v9 07/12] nvmet-core: don't check the data len for pt-ctrl
` [PATCH v9 08/12] nvmet-tcp: don't check data_len in nvmet_tcp_map_data()
` [PATCH v9 09/12] nvmet-configfs: introduce passthru configfs interface
` [PATCH v9 10/12] block: don't check blk_rq_is_passthrough() in blk_do_io_stat()
` [PATCH v9 11/12] block: call blk_account_io_start() in blk_execute_rq_nowait()
` [PATCH v9 12/12] nvmet-passthru: support block accounting

[MANPAGE] fsopen.2, fsmount.2
 2019-10-10 17:04 UTC  (5+ messages)
` [MANPAGE] fspick.2
` [MANPAGE] fsconfig.2
` [MANPAGE] open_tree.2
` [MANPAGE] move_mount.2

[git pull] a couple of mount fixes
 2019-10-10 15:45 UTC  (2+ messages)

[git pull] dcache_readdir() fixes
 2019-10-10 15:45 UTC  (2+ messages)

[PATCH 0/2] iomap: Waiting for IO in iomap_dio_rw()
 2019-10-10 15:09 UTC  (8+ messages)
` [PATCH 1/2] iomap: Allow forcing of waiting for running DIO "
` [PATCH 2/2] xfs: Use iomap_dio_rw_wait()

Lease semantic proposal
 2019-10-10 10:39 UTC  (6+ messages)

[PATCH v4 0/8] ext4: port direct I/O to iomap infrastructure
 2019-10-10  5:44 UTC  (11+ messages)
` [PATCH v4 1/8] ext4: move out iomap field population into separate helper
` [PATCH v4 5/8] ext4: move inode extension/truncate code out from ->iomap_end() callback

[PATCH 6/6] Add device ejected to mount options
 2019-10-10  3:44 UTC  (3+ messages)

[PATCH] docs: ioctl-number: document fscrypt ioctl numbers
 2019-10-09 23:45 UTC 

[PATCH] fs/namespace: make to_mnt_ns static
 2019-10-09 23:13 UTC  (2+ messages)

[PATCH] cgroup, blkcg: prevent dirty inodes to pin dying memory cgroups
 2019-10-09 21:48 UTC  (5+ messages)

[PATCH AUTOSEL 4.19 26/26] Make filldir[64]() verify the directory entry filename is valid
 2019-10-09 20:51 UTC  (3+ messages)

[PATCH v6 00/43] compat_ioctl: remove most of fs/compat_ioctl.c
 2019-10-09 19:31 UTC  (39+ messages)
` [PATCH v6 01/43] fix compat handling of FICLONERANGE, FIDEDUPERANGE and FS_IOC_FIEMAP
` [PATCH v6 02/43] FIGETBSZ: fix compat
` [PATCH v6 03/43] compat: itanic doesn't have one
` [PATCH v6 04/43] do_vfs_ioctl(): use saner types
` [PATCH v6 05/43] compat: move FS_IOC_RESVSP_32 handling to fs/ioctl.c
` [PATCH v6 06/43] compat_sys_ioctl(): make parallel to do_vfs_ioctl()
` [PATCH v6 07/43] ceph: fix compat_ioctl for ceph_dir_operations
` [PATCH v6 08/43] compat_ioctl: drop FIOQSIZE table entry
` [PATCH v6 09/43] compat_ioctl: add compat_ptr_ioctl()
` [PATCH v6 10/43] compat_ioctl: move rtc handling into rtc-dev.c
` [PATCH v6 13/43] compat_ioctl: use correct compat_ptr() translation in drivers
` [PATCH v6 14/43] compat_ioctl: move tape handling into drivers
` [PATCH v6 15/43] compat_ioctl: move ATYFB_CLK handling to atyfb driver
` [PATCH v6 16/43] compat_ioctl: move isdn/capi ioctl translation into driver
` [PATCH v6 17/43] compat_ioctl: move rfcomm handlers "
` [PATCH v6 18/43] compat_ioctl: move hci_sock "
` [PATCH v6 19/43] compat_ioctl: remove HCIUART handling
` [PATCH v6 20/43] compat_ioctl: remove HIDIO translation
` [PATCH v6 21/43] compat_ioctl: remove translation for sound ioctls
` [PATCH v6 22/43] compat_ioctl: remove IGNORE_IOCTL()
` [PATCH v6 23/43] compat_ioctl: remove /dev/random commands
` [PATCH v6 25/43] compat_ioctl: remove PCI ioctl translation
` [PATCH v6 26/43] compat_ioctl: remove /dev/raw "
` [PATCH v6 27/43] compat_ioctl: remove last RAID handling code
` [PATCH v6 28/43] compat_ioctl: remove unused convert_in_user macro
` [PATCH v6 29/43] gfs2: add compat_ioctl support
` [PATCH v6 29/43] REPLACE "
` [PATCH v6 30/43] fs: compat_ioctl: move FITRIM emulation into file systems
` [PATCH v6 33/43] af_unix: add compat_ioctl support
` [PATCH v6 34/43] compat_ioctl: handle SIOCOUTQNSD
` [PATCH v6 36/43] tty: handle compat PPP ioctls
` [PATCH v6 37/43] compat_ioctl: unify copy-in of ppp filters
` [PATCH v6 38/43] compat_ioctl: move PPPIOCSCOMPRESS to ppp_generic
` [PATCH v6 39/43] compat_ioctl: handle PPPIOCGIDLE for 64-bit time_t
` [PATCH v6 40/43] compat_ioctl: ppp: move simple commands into ppp_generic.c
` [PATCH v6 43/43] scsi: sd: enable compat ioctls for sed-opal


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).