linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-08 15:12:43 to 2019-10-09 20:41:34 UTC [more...]

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

[PATCH v6 00/43] compat_ioctl: remove most of fs/compat_ioctl.c
 2019-10-09 19:31 UTC  (47+ 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 11/43] compat_ioctl: move drivers to compat_ptr_ioctl
` [PATCH v6 12/43] compat_ioctl: move more "
` [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 24/43] compat_ioctl: remove joystick ioctl translation
` [PATCH v6 25/43] compat_ioctl: remove PCI "
` [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 31/43] compat_ioctl: move WDIOC handling into wdt drivers
` [PATCH v6 32/43] compat_ioctl: reimplement SG_IO handling
` [PATCH v6 33/43] af_unix: add compat_ioctl support
` [PATCH v6 34/43] compat_ioctl: handle SIOCOUTQNSD
` [PATCH v6 35/43] compat_ioctl: move SIOCOUTQ out of compat_ioctl.c
` [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 41/43] compat_ioctl: move SG_GET_REQUEST_TABLE handling
` [PATCH v6 42/43] pktcdvd: add compat_ioctl handler
` [PATCH v6 43/43] scsi: sd: enable compat ioctls for sed-opal

[PATCH v9 00/12] nvmet: add target passthru commands support
 2019-10-09 19:25 UTC  (14+ 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

[PATCH v6 00/14] Provide generic top-down mmap layout functions
 2019-10-09 18:39 UTC  (8+ messages)
` [PATCH v6 14/14] riscv: Make mmap allocation top-down by default

[PATCH AUTOSEL 4.19 23/26] vfs: Fix EOVERFLOW testing in put_compat_statfs64
 2019-10-09 17:56 UTC  (3+ messages)
` [PATCH AUTOSEL 4.19 26/26] Make filldir[64]() verify the directory entry filename is valid

[PATCH 0/6] Various exfat fixes
 2019-10-09 17:45 UTC  (11+ messages)
` [PATCH 1/6] Return a valid count in count_used_clusters()
` [PATCH 2/6] Add missing fs_error() in sector functions
` [PATCH 3/6] Check that the new path while moving a file is not too long
` [PATCH 4/6] Add the exfat version to the module info
` [PATCH 5/6] Sync blocks on remount
` [PATCH 6/6] Add device ejected to mount options

[PATCH AUTOSEL 4.14 18/21] vfs: Fix EOVERFLOW testing in put_compat_statfs64
 2019-10-09 17:06 UTC  (2+ messages)
` [PATCH AUTOSEL 4.14 21/21] Make filldir[64]() verify the directory entry filename is valid

[PATCH AUTOSEL 4.9 13/13] Make filldir[64]() verify the directory entry filename is valid
 2019-10-09 17:06 UTC 

[PATCH AUTOSEL 4.4 11/11] Make filldir[64]() verify the directory entry filename is valid
 2019-10-09 17:06 UTC 

iomap and xfs COW cleanups v2
 2019-10-09 17:16 UTC  (15+ messages)
` [PATCH 06/20] iomap: use write_begin to read pages to unshare
` [PATCH 08/20] iomap: use a srcmap for a read-modify-write I/O
` [PATCH 10/20] xfs: remove xfs_reflink_dirty_extents
` [PATCH 13/20] xfs: fill out the srcmap in iomap_begin
` [PATCH 15/20] xfs: split out a new set of read-only iomap ops
` [PATCH 17/20] xfs: split the iomap ops for buffered vs direct writes

[PATCH v2 linux-kselftest-test 0/3] kunit: support building core/tests as modules
 2019-10-09 16:35 UTC  (9+ messages)
` [PATCH v2 linux-kselftest-test 1/3] kunit: allow kunit tests to be loaded as a module
` [PATCH v2 linux-kselftest-test 2/3] kunit: allow kunit "
` [PATCH v2 linux-kselftest-test 3/3] kunit: update documentation to describe module-based build

[PATCH] selftests: add epoll selftests
 2019-10-09 16:26 UTC  (2+ messages)

[PATCH] compat_ioctl: fix reimplemented SG_IO handling causing -EINVAL from sg_io()
 2019-10-09 16:01 UTC  (2+ messages)

[PATCH] d_path: include internal.h for simple_dname
 2019-10-09 15:18 UTC 

[PATCH] fs/namespace: make to_mnt_ns static
 2019-10-09 14:52 UTC 

[PATCH v2 1/2] mm: Don't access uninitialized memmaps in fs/proc/page.c
 2019-10-09 14:41 UTC  (2+ messages)

[PATCH v4 0/8] ext4: port direct I/O to iomap infrastructure
 2019-10-09 13:41 UTC  (45+ messages)
` [PATCH v4 1/8] ext4: move out iomap field population into separate helper
` [PATCH v4 2/8] ext4: move out IOMAP_WRITE path "
` [PATCH v4 3/8] ext4: introduce new callback for IOMAP_REPORT operations
` [PATCH v4 4/8] ext4: introduce direct I/O read path using iomap infrastructure
` [PATCH v4 5/8] ext4: move inode extension/truncate code out from ->iomap_end() callback
` [PATCH v4 6/8] ext4: move inode extension checks out from ext4_iomap_alloc()
` [PATCH v4 7/8] ext4: reorder map.m_flags checks in ext4_set_iomap()
` [PATCH v4 8/8] ext4: introduce direct I/O write path using iomap infrastructure

[PATCH v1] mm: Fix access of uninitialized memmaps in fs/proc/page.c
 2019-10-09 13:32 UTC  (10+ messages)

[PATCH 01/32] vfs: syscall: Add open_tree(2) to reference or clone a mount [ver #9]
 2019-10-09 12:02 UTC  (10+ messages)
` [PATCH 00/32] VFS: Introduce filesystem context "
  ` [MANPAGE PATCH] Add manpages for move_mount(2) and open_tree(2)
  ` [MANPAGE PATCH] Add manpage for fsopen(2), fspick(2) and fsmount(2)
  ` [MANPAGE PATCH] Add manpage for fsinfo(2)
      ` [PATCH 31/32] vfs: syscall: Add fsinfo() to query filesystem information [ver #9]

[PATCH RESEND v5] fs/epoll: Remove unnecessary wakeups of nested epoll
 2019-10-09  9:21 UTC  (2+ messages)

KASAN: use-after-free Read in do_mount
 2019-10-09  7:18 UTC  (2+ messages)
` [PATCH] fs/namespace.c: fix use-after-free of mount in mnt_warn_timestamp_expiry()

[PATCH V2 00/26] mm, xfs: non-blocking inode reclaim
 2019-10-09  7:06 UTC  (28+ 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 08/26] mm: directed shrinker work deferral
` [PATCH 09/26] shrinkers: use defer_work for GFP_NOFS sensitive shrinkers
` [PATCH 10/26] mm: factor shrinker work calculations
` [PATCH 11/26] shrinker: defer work only to kswapd
` [PATCH 12/26] shrinker: clean up variable types and tracepoints
` [PATCH 13/26] mm: reclaim_state records pages reclaimed, not slabs
` [PATCH 14/26] mm: back off direct reclaim on excessive shrinker deferral
` [PATCH 15/26] mm: kswapd backoff for shrinkers
` [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 24/26] xfs: remove unusued old inode reclaim code
` [PATCH 25/26] xfs: rework unreferenced inode lookups
` [PATCH 26/26] xfs: use xfs_ail_push_all_sync in xfs_reclaim_inodes

[PATCH RESEND v4] fs/epoll: Remove unnecessary wakeups of nested epoll that in ET mode
 2019-10-09  6:03 UTC  (10+ messages)

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

[PATCH] fs/userfaultfd.c: simplify the calculation of new_flags
 2019-10-09  3:51 UTC  (5+ messages)

[PATCH] seq_file: move seq_read() flushing into a function
 2019-10-09  2:02 UTC 

[PATCH -next] treewide: remove unused argument in lock_release()
 2019-10-09  1:14 UTC  (4+ messages)

[PATCH] fs: fs-writeback.c: fix kernel-doc warning
 2019-10-08 20:36 UTC 

[PATCH] fs: fix libfs.c kernel-doc warning
 2019-10-08 20:35 UTC 

[PATCH] fs: fix direct-io.c kernel-doc warning
 2019-10-08 20:35 UTC 

[PATCH] Convert filldir[64]() from __put_user() to unsafe_put_user()
 2019-10-08 20:34 UTC  (20+ messages)

mount on tmpfs failing to parse context option
 2019-10-08 19:51 UTC  (6+ messages)

[PATCH] mm, compaction: fix wrong pfn handling in __reset_isolation_pfn()
 2019-10-08 15:51 UTC  (2+ messages)

[PATCH 0/7] firmware: add partial read support in request_firmware_into_buf
 2019-10-08 15:59 UTC  (4+ messages)
` [PATCH 5/7] bcm-vk: add bcm_vk UAPI

[PATCH linux-kselftest-test 0/3] kunit: support module-based build
 2019-10-08 15:15 UTC  (4+ messages)
` [PATCH linux-kselftest-test 2/3] kunit: allow kunit to be loaded as a module

iomap and xfs COW cleanups
 2019-10-08 15:12 UTC  (5+ messages)
` [PATCH 06/19] iomap: use write_begin to read pages to unshare

[PATCH 24/32] vfs: syscall: Add fsopen() to prepare for superblock creation [ver #9]
 2018-07-10 22:44 UTC 


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