linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-10-21 15:38:36 to 2016-10-27 09:51:39 UTC [more...]

[PATCH 0/2] mm: unexport __get_user_pages_unlocked()
 2016-10-27  9:51 UTC 

[PATCH 1/8] vfs - change d_manage() to take a struct path
 2016-10-27  6:50 UTC  (9+ messages)
` [PATCH 6/8] autofs - use path_is_mountpoint() to fix unreliable d_mountpoint() checks

[PATCHSET] block: buffered writeback throttling
 2016-10-27  6:37 UTC  (10+ messages)
` [PATCH 1/8] block: add WRITE_BG
` [PATCH 2/8] writeback: add wbc_to_write_flags()
` [PATCH 3/8] writeback: use WRITE_BG for kupdate and background writeback
` [PATCH 4/8] writeback: track if we're sleeping on progress in balance_dirty_pages()
` [PATCH 5/8] block: add code to track actual device queue depth
` [PATCH 6/8] block: add scalable completion tracking of requests
` [PATCH 7/8] blk-wbt: add general throttling mechanism
` [PATCH 8/8] block: hook up writeback throttling

[PATCH 0/5][RESEND] Support for metadata specific accounting
 2016-10-27  0:30 UTC  (22+ messages)
` [PATCH 1/5] remove mapping from balance_dirty_pages*()
` [PATCH 2/5] writeback: convert WB_WRITTEN/WB_DIRITED counters to bytes
` [PATCH 3/5] writeback: add counters for metadata usage
` [PATCH 4/5] writeback: introduce super_operations->write_metadata
` [PATCH 5/5] fs: don't set *REFERENCED unless we are on the lru list
    ` [PATCH 5/5] "

[PATCH 0/3] overlayfs: allow moving directory trees
 2016-10-26 19:56 UTC  (16+ messages)
` [PATCH 1/3] ovl: check fs features
` [PATCH 2/3] vfs: export vfs_path_lookup()
` [PATCH 3/3] ovl: redirect on rename-dir
` [PATCH] ovl: check for emptiness of redirect dir

[PATCH] vfs: fix vfs_clone_file_range() for overlayfs files
 2016-10-26 19:34 UTC 

[PATCH] ovl: update S_ISGID when setting posix ACLs
 2016-10-26 18:52 UTC  (3+ messages)
` [PATCH v2] "

(no subject)
 2016-10-26 14:02 UTC  (15+ messages)
` [PATCH 1/6] locking/lockdep: Provide a type check for lock_is_held
` [PATCH 2/6] xfs: remove i_iolock and use i_rwsem in the VFS inode instead
` [PATCH 3/6] block: add bio_iov_iter_get_pages()
` [PATCH 4/6] fs: make sb_init_dio_done_wq available outside of direct-io.c
` [PATCH 5/6] iomap: implement direct I/O
` [PATCH 6/6] xfs: use iomap_dio_rw

Can I move a kernel thread into a special mount namespace
 2016-10-26 12:31 UTC  (2+ messages)

[PATCH 1/3] f2fs: count dirty inodes to flush node pages during checkpoint
 2016-10-26 12:06 UTC  (4+ messages)
` [PATCH 2/3] f2fs: call f2fs_balance_fs for setattr

int overflow in io_getevents
 2016-10-26 11:44 UTC  (10+ messages)

XFS integer problems noticed on kernel >=4.4.8
 2016-10-26  9:47 UTC 

[bug report] fuse: Add posix ACL support
 2016-10-26  8:30 UTC  (3+ messages)

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

lening bieden 3%
 2016-10-26  5:25 UTC 

[PATCH] [v3] mount: dont execute propagate_umount() many times for same mounts
 2016-10-26  1:42 UTC  (17+ messages)
  ` [RFC][PATCH] mount: In mark_umount_candidates and __propogate_umount visit each mount once
          ` [RFC][PATCH v2] "
                ` [REVIEW][PATCH] mount: In propagate_umount handle overlapping mount propagation trees
                      ` [RFC][PATCH v2] "

[patch v3] fuse: clean up fuse_lookup_name()
 2016-10-25 21:37 UTC 

[RFC][PATCH 0/2] 9p: v9fs read and write speedup
 2016-10-25 14:13 UTC  (5+ messages)
` [PATCH 1/2] 9p: v9fs add writepages
  ` [PATCH 2/2] 9p: v9fs new readpages
    ` [Qemu-devel] "
  ` [Qemu-devel] [PATCH 1/2] 9p: v9fs add writepages

[GIT PULL] xen: xenfs fixes for 4.9-rc2
 2016-10-25  3:28 UTC  (2+ messages)

[PATCH] MAINTAINERS: fscrypto: recommend linux-fsdevel for fscrypto patches
 2016-10-24 22:58 UTC  (3+ messages)

[PATCH] fscrypto: remove unneeded Kconfig dependencies
 2016-10-24 21:17 UTC  (3+ messages)

[PATCH 0/5] Support for metadata specific accounting
 2016-10-24 20:43 UTC  (5+ messages)
` [PATCH 1/5] remove mapping from balance_dirty_pages*()
` [PATCH 2/5] writeback: convert WB_WRITTEN/WB_DIRITED counters to bytes
` [PATCH 3/5] writeback: add counters for metadata usage
` [PATCH 4/5] writeback: introduce super_operations->write_metadata

[PATCH v2] Add a "nosymlinks" mount option
 2016-10-24 14:09 UTC  (2+ messages)

[PATCH 00/26] UBIFS File Encryption
 2016-10-24 13:48 UTC  (26+ messages)
` [PATCH 01/26] fscrypto: Add buffer operations
` [PATCH 15/26] ubifs: Implement encrypt/decrypt for all IO
` [PATCH 20/26] ubifs: Add support for encrypted symlinks
` [PATCH 25/26] ubifs: Implement UBIFS_FLG_ENCRYPTION
` [PATCH 26/26] ubifs: Raise write version to 5

[RFD] Common userspace tool for fscypto
 2016-10-24 13:28 UTC  (5+ messages)

local DoS - systemd hang or timeout (WAS: Re: [RFC][CFT] splice_read reworked)
 2016-10-24 12:57 UTC  (9+ messages)
              ` [4.9-rc1+] overlayfs lockdep

regression in re-read operation by iozone up to 20%
 2016-10-24 12:38 UTC 

[PATCH 0/4] fs: Provide function to unmap metadata for a range of blocks
 2016-10-24 11:45 UTC  (4+ messages)
` [PATCH 1/4] "

[PATCHv3 00/41] ext4: support of huge pages
 2016-10-24 11:36 UTC  (11+ messages)
` [PATCHv3 13/41] truncate: make sure invalidate_mapping_pages() can discard "
` [PATCHv3 17/41] filemap: handle huge pages in filemap_fdatawait_range()

[PATCH] fs: fcntl, avoid undefined behaviour
 2016-10-24 11:34 UTC  (6+ messages)

[PATCH v3 34/37] docs: fix locations of several documents that got moved
 2016-10-24 11:00 UTC 

[POC/RFC PATCH] overlayfs: fix data inconsistency at copy up
 2016-10-24  8:11 UTC  (8+ messages)

[PATCH] logfs: remove from tree
 2016-10-24  6:37 UTC  (3+ messages)

[PATCH] aio: fix a use after free (and fix freeze protection of aio writes)
 2016-10-24  6:36 UTC  (2+ messages)

[PATCH] fs: Do to trim high file position bits in iomap_page_mkwrite_actor
 2016-10-24  3:23 UTC  (2+ messages)

(unknown),
 2016-10-22 14:52 UTC 

Get A Part Time Job Today
 2016-10-22 11:54 UTC 

[RFC] put more pressure on proc/sysfs slab shrink
 2016-10-21 23:00 UTC  (2+ messages)

fscrypto: Two trivial patches
 2016-10-21 20:02 UTC  (5+ messages)
` [PATCH 1/2] fscrypto: Fix log string in do_crypto()
` [PATCH 2/2] fscrypto: Fix fscrypt_decrypt_page() doc string

[PATCH 3/5] fs/dcache: init in_lookup_hashtable
 2016-10-21 17:06 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).