linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-01-23 22:40:19 to 2017-01-30 10:23:11 UTC [more...]

[PATCH 1/7] autofs: remove wrong comment
 2017-01-30 10:21 UTC  (6+ messages)
` [PATCH 2/7] autofs: fix typo in Documentation
` [PATCH 3/7] autofs: fix wrong ioctl documentation regarding devid
` [PATCH 4/7] autofs: update ioctl documentation regarding struct autofs_dev_ioctl
` [PATCH 5/7] autofs: add command enum/macros for root-dir ioctls
` [PATCH 6/7] autofs: remove duplicated AUTOFS_DEV_IOCTL_SIZE definition

[PATCH 8/8] Revert "ext4: fix wrong gfp type under transaction"
 2017-01-30  8:12 UTC  (17+ messages)
                          ` [Cluster-devel] "

[LSF/MM TOPIC] I/O error handling and fsync()
 2017-01-30  5:30 UTC  (28+ messages)
          ` [Lsf-pc] "

squashfs-tools: Add -offset option to skip n bytes at the start of the file
 2017-01-29 14:00 UTC 

[RFC PATCH 00/17] introduce a dax_inode for dax_operations
 2017-01-28  8:37 UTC  (18+ messages)
` [RFC PATCH 01/17] dax: refactor dax-fs into a generic provider of dax inodes
` [RFC PATCH 02/17] dax: convert dax_inode locking to srcu
` [RFC PATCH 03/17] dax: add a facility to lookup a dax inode by 'host' device name
` [RFC PATCH 04/17] dax: introduce dax_operations
` [RFC PATCH 05/17] pmem: add dax_operations support
` [RFC PATCH 06/17] axon_ram: "
` [RFC PATCH 07/17] brd: "
` [RFC PATCH 08/17] dcssblk: "
` [RFC PATCH 09/17] block: kill bdev_dax_capable()
` [RFC PATCH 10/17] block: introduce bdev_dax_direct_access()
` [RFC PATCH 11/17] dm: add dax_operations support (producer)
` [RFC PATCH 12/17] dm: add dax_operations support (consumer)
` [RFC PATCH 13/17] fs: update mount_bdev() to lookup dax infrastructure
` [RFC PATCH 14/17] ext2, ext4, xfs: retrieve dax_inode through iomap operations
` [RFC PATCH 15/17] Revert "block: use DAX for partition table reads"
` [RFC PATCH 16/17] fs, dax: convert filesystem-dax to bdev_dax_direct_access
` [RFC PATCH 17/17] block: remove block_device_operations.direct_access and related infrastructure

[PATCH v2 0/2] setgid hardening
 2017-01-28  2:49 UTC  (3+ messages)
` [PATCH v2 1/2] fs: Check f_cred as well as of current's creds in should_remove_suid()
` [PATCH v2 2/2] fs: Harden against open(..., O_CREAT, 02777) in a setgid directory

[LSF/MM TOPIC] online filesystem repair
 2017-01-27 22:06 UTC  (6+ messages)

lening bieden
 2017-01-27 19:13 UTC 

[RFC][PATCH v2 1/3] vfs: freeze protect overlay inode on file_start_write()
 2017-01-27 20:09 UTC  (11+ messages)
` [RFC][PATCH v2 4/4] vfs: wrap write f_ops with file_{start,end}_write()

[PATCH v3] ovl: properly implement sync_fs()
 2017-01-27 17:52 UTC  (2+ messages)

Reproducible, long-standing fanotify+autofs problem
 2017-01-27 14:21 UTC  (11+ messages)

[PATCH] iov_iter: allow iov_iter_get_pages_alloc to allocate more pages per call
 2017-01-27 13:24 UTC  (8+ messages)
` [PATCH v3 0/2] "
  ` [PATCH v3 1/2] "
      ` [PATCH v4 0/2] "
        ` [PATCH v4 1/2] "
        ` [PATCH v4 2/2] ceph: switch DIO code to use iov_iter_get_pages_alloc
  ` [PATCH v3 "

[ATTEND] many topics
 2017-01-27 13:12 UTC  (19+ messages)

[LSF/MM TOPIC] new mount(2) userspace api
 2017-01-27  9:46 UTC  (4+ messages)

[PATCH] fuse: clear FR_PENDING flag when moving requests out of pending queue
 2017-01-27  9:54 UTC  (6+ messages)

fs, net: deadlock between bind/splice on af_unix
 2017-01-27  6:41 UTC  (11+ messages)

[RFC PATCH v2 0/2] block: fix backing_dev_info lifetime
 2017-01-26 16:39 UTC  (6+ messages)

[PATCHv6 00/37] ext4: support of huge pages
 2017-01-26 15:57 UTC  (41+ messages)
` [PATCHv6 01/37] mm, shmem: swich huge tmpfs to multi-order radix-tree entries
` [PATCHv6 02/37] Revert "radix-tree: implement radix_tree_maybe_preload_order()"
` [PATCHv6 03/37] page-flags: relax page flag policy for few flags
` [PATCHv6 04/37] mm, rmap: account file thp pages
` [PATCHv6 05/37] thp: try to free page's buffers before attempt split
` [PATCHv6 06/37] thp: handle write-protection faults for file THP
` [PATCHv6 07/37] filemap: allocate huge page in page_cache_read(), if allowed
` [PATCHv6 08/37] filemap: handle huge pages in do_generic_file_read()
` [PATCHv6 09/37] filemap: allocate huge page in pagecache_get_page(), if allowed
` [PATCHv6 10/37] filemap: handle huge pages in filemap_fdatawait_range()
` [PATCHv6 11/37] HACK: readahead: alloc huge pages, if allowed
` [PATCHv6 12/37] brd: make it handle huge pages
` [PATCHv6 13/37] mm: make write_cache_pages() work on "
` [PATCHv6 14/37] thp: introduce hpage_size() and hpage_mask()
` [PATCHv6 15/37] thp: do not threat slab pages as huge in hpage_{nr_pages,size,mask}
` [PATCHv6 16/37] thp: make thp_get_unmapped_area() respect S_HUGE_MODE
` [PATCHv6 17/37] fs: make block_read_full_page() be able to read huge page
` [PATCHv6 18/37] fs: make block_write_{begin,end}() be able to handle huge pages
` [PATCHv6 19/37] fs: make block_page_mkwrite() aware about "
` [PATCHv6 20/37] truncate: make truncate_inode_pages_range() "
` [PATCHv6 21/37] truncate: make invalidate_inode_pages2_range() "
` [PATCHv6 22/37] mm, hugetlb: switch hugetlbfs to multi-order radix-tree entries
` [PATCHv6 23/37] mm: account huge pages to dirty, writaback, reclaimable, etc
` [PATCHv6 24/37] ext4: make ext4_mpage_readpages() hugepage-aware
` [PATCHv6 25/37] ext4: make ext4_writepage() work on huge pages
` [PATCHv6 26/37] ext4: handle huge pages in ext4_page_mkwrite()
` [PATCHv6 27/37] ext4: handle huge pages in __ext4_block_zero_page_range()
` [PATCHv6 28/37] ext4: make ext4_block_write_begin() aware about huge pages
` [PATCHv6 29/37] ext4: handle huge pages in ext4_da_write_end()
` [PATCHv6 30/37] ext4: make ext4_da_page_release_reservation() aware about huge pages
` [PATCHv6 31/37] ext4: handle writeback with "
` [PATCHv6 32/37] ext4: make EXT4_IOC_MOVE_EXT work "
` [PATCHv6 33/37] ext4: fix SEEK_DATA/SEEK_HOLE for "
` [PATCHv6 34/37] ext4: make fallocate() operations work with "
` [PATCHv6 35/37] ext4: reserve larger jounral transaction for "
` [PATCHv6 36/37] mm, fs, ext4: expand use of page_mapping() and page_to_pgoff()
` [PATCHv6 37/37] ext4, vfs: add huge= mount option

[PATCH] orangefs: Support readahead_readcnt parameter
 2017-01-26 15:25 UTC 

[LSF/MM ATTEND] ICE support, OCSSD, flash-friendly topics
 2017-01-26  6:25 UTC 

[PATCH v2 0/2] Add further ioctl() operations for namespace discovery
 2017-01-26  4:23 UTC  (13+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/2] nsfs: Add an ioctl() to return the namespace type
  ` [PATCH v4 2/2] nsfs: Add an ioctl() to return owner UID of a userns

[PATCH 0/2] setgid hardening
 2017-01-26  0:12 UTC  (12+ messages)
` [PATCH 1/2] fs: Check f_cred instead of current's creds in should_remove_suid()
` [PATCH 2/2] fs: Harden against open(..., O_CREAT, 02777) in a setgid directory

[PATCH 0/2] overlayfs: support freeze/thaw/syncfs
 2017-01-25 17:51 UTC  (4+ messages)
` [PATCH 2/2] ovl: properly implement sync_filesystem()

[PATCH v5] DAX: enable iostat for read/write
 2017-01-25 15:55 UTC  (4+ messages)

[PATCH 0/22 v3] fsnotify: Avoid SRCU stalls with fanotify permission events
 2017-01-25 15:22 UTC  (5+ messages)
` [PATCH 06/22] fsnotify: Attach marks to object via dedicated head structure
` [PATCH 13/22] fanotify: Release SRCU lock when waiting for userspace response

mmotm 2017-01-24-15-37 uploaded
 2017-01-24 23:37 UTC 

[LSF/MM ATTEND] Inline encryption support for block devices
 2017-01-24 23:23 UTC 

[LSF/MM TOPIC] Inline encryption support for block devices
 2017-01-24 23:16 UTC  (4+ messages)
    ` [Lsf-pc] "

[PATCH v3 2/2] nsfs: Add an ioctl() to return owner UID of a userns
 2017-01-24 22:35 UTC  (2+ messages)

setattr ATTR_SIZE vs the rest
 2017-01-24 22:02 UTC  (13+ messages)
` [PATCH] nfsd: special case truncates some more

[PATCH 1/3 linux-next] udf: fix ioctl errors
 2017-01-24 20:48 UTC  (3+ messages)
` [PATCH 2/3 linux-next] udf: simplify udf_ioctl()
` [PATCH 3/3 linux-next] udf: remove else after return in udf_ioctl()

[PATCH] ceph/iov_iter: fix bad iov_iter handling in ceph splice codepaths
 2017-01-24 20:51 UTC  (8+ messages)
` [PATCH v2] "

[LSF/MM TOPIC] Badblocks checking/representation in filesystems
 2017-01-24 19:59 UTC  (12+ messages)
          ` [Lsf-pc] "

[PATCH] fscrypt: split supp and notsupp declarations into their own headers
 2017-01-24 18:58 UTC 

[PATCH 1/2] ns: Allow ns_entries to have custom symlink content
 2017-01-24  8:35 UTC  (4+ messages)
` [PATCH 2/2] pidns: Expose task pid_ns_for_children to userspace

[LTP issues] MAP_LOCKED MS_INVALIDATE, dio rw odd count on DAX
 2017-01-24  5:24 UTC 

xfstest mailing list archives
 2017-01-24  3:24 UTC  (3+ messages)

[PATCH] mnt: allow to add a mount into an existing group
 2017-01-24  1:03 UTC  (2+ messages)

[REVIEW][PATCH] mnt: Tuck mounts under others instead of creating shadow/side mounts
 2017-01-24  0:16 UTC  (12+ messages)
      ` [REVIEW][PATCH 1/2] mnt: Fix propagate_mount_busy to notice all cases of busy mounts
        ` [REVIEW][PATCH 2/2] mnt: Tuck mounts under others instead of creating shadow/side mounts
            ` [PATCH v5] "

[PATCH v2] mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf
 2017-01-23 23:11 UTC 

[LSF/MM ATTEND] btrfs dax support, badblocks, ext4 development
 2017-01-23 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).