linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-07-29 07:51:09 to 2013-08-04 14:10:10 UTC [more...]

[PATCH 1/3] f2fs: add sysfs support for controlling the gc_thread
 2013-08-04 14:09 UTC 

[PATCH V5 2/8] fs/ceph: vfs __set_page_dirty_nobuffers interface instead of doing it inside filesystem
 2013-08-04 10:08 UTC  (13+ messages)
` [PATCH V5 4/8] memcg: add per cgroup dirty pages accounting
` [PATCH V5 5/8] memcg: add per cgroup writeback "

[PATCH 2/3] xfs: Implement FALLOC_FL_COLLAPSE_RANGE
 2013-08-04  8:29 UTC  (9+ messages)

[PATCHv5 00/23] Transparent huge page cache: phase 1, everything but mmap()
 2013-08-04  8:25 UTC  (25+ messages)
` [PATCH 01/23] radix-tree: implement preload for multiple contiguous elements
` [PATCH 02/23] memcg, thp: charge huge cache pages
` [PATCH 03/23] thp: compile-time and sysfs knob for thp pagecache
` [PATCH 04/23] thp, mm: introduce mapping_can_have_hugepages() predicate
` [PATCH 05/23] thp: represent file thp pages in meminfo and friends
` [PATCH 06/23] thp, mm: rewrite add_to_page_cache_locked() to support huge pages
` [PATCH 07/23] mm: trace filemap: dump page order
` [PATCH 08/23] block: implement add_bdi_stat()
` [PATCH 09/23] thp, mm: rewrite delete_from_page_cache() to support huge pages
` [PATCH 10/23] thp, mm: warn if we try to use replace_page_cache_page() with THP
` [PATCH 11/23] thp, mm: handle tail pages in page_cache_get_speculative()
` [PATCH 12/23] thp, mm: add event counters for huge page alloc on file write or read
` [PATCH 13/23] thp, mm: allocate huge pages in grab_cache_page_write_begin()
` [PATCH 14/23] thp, mm: naive support of thp in generic_perform_write
` [PATCH 15/23] mm, fs: avoid page allocation beyond i_size on read
` [PATCH 16/23] thp, mm: handle transhuge pages in do_generic_file_read()
` [PATCH 17/23] thp, libfs: initial thp support
` [PATCH 18/23] thp: libfs: introduce simple_thp_release()
` [PATCH 19/23] truncate: support huge pages
` [PATCH 20/23] thp: handle file pages in split_huge_page()
` [PATCH 21/23] thp: wait_split_huge_page(): serialize over i_mmap_mutex too
` [PATCH 22/23] thp, mm: split huge page on mmap file page
` [PATCH 23/23] ramfs: enable transparent huge page cache

[RFC/PATCH 0/2] ext4: Transparent Decompression Support
 2013-08-04  2:21 UTC  (11+ messages)

[PATCH 1/3] fs/binfmts: Add a name field to the binfmt struct
 2013-08-03 16:51 UTC  (18+ messages)
` [PATCH 2/3] fs/binfmts: Better handling of binfmt loops
` [PATCH v2 0/3] fs/binfmts: Improve handling of loops
` [PATCH v2 1/3] fs/binfmts: Add a name field to the binfmt struct
` [PATCH v2 2/3] fs/binfmts: Better handling of binfmt loops
` [PATCH v2 3/3] fs/binfmts: Whitespace fixes with scripts/cleanfile
` [PATCH v3 0/3] fs/binfmts: Improve handling of loops
` [PATCH v3 1/3] fs/binfmts: Add a name field to the binfmt struct
` [PATCH v3 2/3] fs/binfmts: Better handling of binfmt loops
` [PATCH v3 3/3] fs/binfmts: Whitespace fixes with scripts/cleanfile

[PATCH] [REPOST] fuse: drop dentry on failed revalidate
 2013-08-02 17:32 UTC  (12+ messages)

[PATCH v5 00/16] fuse: An attempt to implement a write-back cache policy
 2013-08-02 15:40 UTC  (4+ messages)
` [PATCH 10/16] fuse: Implement writepages callback

[PATCH 00/11] Sync and VFS scalability improvements
 2013-08-02 14:32 UTC  (32+ messages)
` [PATCH 01/11] writeback: plug writeback at a high level
` [PATCH 02/11] inode: add IOP_NOTHASHED to avoid inode hash lock in evict
` [PATCH 03/11] inode: convert inode_sb_list_lock to per-sb
` [PATCH 04/11] sync: serialise per-superblock sync operations
` [PATCH 05/11] inode: rename i_wb_list to i_io_list
` [PATCH 06/11] bdi: add a new writeback list for sync
` [PATCH 07/11] writeback: periodically trim the writeback list
` [PATCH 08/11] inode: convert per-sb inode list to a list_lru
` [PATCH 09/11] fs: Use RCU lookups for inode cache
` [PATCH 10/11] list_lru: don't need node lock in list_lru_count_node
` [PATCH 11/11] list_lru: don't lock during add/del if unnecessary

why is O_TMPFILE multiplexed over open() instead of being a separate syscall?
 2013-08-02 12:59 UTC  (2+ messages)

[PATCH V8 00/33] loop: Issue O_DIRECT aio using bio_vec
 2013-08-02 10:48 UTC  (10+ messages)

[PATCH] libf2fs: check more conditions on mounted filesystem
 2013-08-02  8:09 UTC 

Should unprivileged linkat(..., AT_EMPTY_PATH) work on O_TMPFILE files?
 2013-08-02  4:44 UTC  (2+ messages)
` [PATCH] fs: Allow unprivileged linkat(..., AT_EMPTY_PATH) aka flink

[PATCH] fs: Fix file mode for O_TMPFILE
 2013-08-02  4:07 UTC 

[PATCH 1/3] fs: Introduce new flag FALLOC_FL_COLLAPSE_RANGE
 2013-08-02  2:37 UTC  (12+ messages)

O_TMPFILE and linkat(/proc/self/fd/...) on tmpfs creates a weird file
 2013-08-02  1:51 UTC 

[PATCH 1/2] f2fs: add sysfs support for controlling the gc_thread
 2013-08-02  1:26 UTC  (4+ messages)

[PATCH 2/2] f2fs: add sysfs entries to select the gc policy
 2013-08-02  1:28 UTC  (3+ messages)

[patch] fs/binfmts: double unlock in search_binary_handler()
 2013-08-01 15:47 UTC 

[PATCH] f2fs: fix handling orphan inodes
 2013-08-01  9:44 UTC  (2+ messages)

[PATCH RESEND v2] block: modify __bio_add_page check to accept pages that don't start a new segment
 2013-08-01  9:38 UTC  (5+ messages)

[git pull] vfs.git, part 1
 2013-08-01  9:00 UTC  (2+ messages)

[PATCH 1/2] direct-io: Implement generic deferred AIO completions
 2013-08-01  8:17 UTC  (3+ messages)

[PATCH 3/3] ext4: Implement FALLOC_FL_COLLAPSE_RANGE
 2013-08-01  6:23 UTC  (3+ messages)

mmotm 2013-07-31-16-52 uploaded
 2013-07-31 23:53 UTC 

[PATCH v2] xfs: introduce object readahead to log recovery
 2013-07-31 23:11 UTC  (8+ messages)

[PATCH 0/3] Fix eject button handling for RO fs
 2013-07-31 20:16 UTC  (3+ messages)
` [PATCH 1/3] isofs: Refuse RW mount of the filesystem instead of making it RO

[PATCH 0/3] fs: New flag FALLOC_FL_COLLAPSE_RANGE for fallocate
 2013-07-31 14:40 UTC 

[ANNOUNCE] util-linux v2.23.2
 2013-07-31 12:51 UTC 

[PATCH v2] nilfs2: remove double bio_put() in nilfs_end_bio_write() for BIO_EOPNOTSUPP error
 2013-07-31 10:36 UTC  (3+ messages)

[PATCH] f2fs: add a wait step when submit bio with {READ,WRITE}_SYNC
 2013-07-31 10:09 UTC  (5+ messages)
  ` [PATCH] f2fs: add a wait step when submit bio with {READ, WRITE}_SYNC

[PATCH RESEND] fs/bio-integrity: fix a potential mem leak
 2013-07-31 10:02 UTC  (2+ messages)

[PATCH v3] xfs: introduce object readahead to log recovery
 2013-07-31  8:42 UTC 

[PATCH] fs: use list_for_each_entry() for list traversing
 2013-07-31  1:01 UTC  (4+ messages)

[PATCH v2] fs/ocfs2: use list_for_each_entry() instead of list_for_each()
 2013-07-30 22:42 UTC  (8+ messages)

[PATCH RFC fs] v2 Make sync() satisfy many requests with one invocation
 2013-07-30 17:43 UTC  (7+ messages)

[RFC] Factors affect CephFS read performance
 2013-07-30 15:35 UTC 

[PATCH v2] fixed some coding style issues
 2013-07-31  2:50 UTC  (4+ messages)
` [PATCH 1/3] vfs: fixed some CamelCase coding style issue
` [PATCH 2/3] fs/fuse: use list_for_each_entry() for list traversing
` [PATCH 3/3] fs/vfs: "

[PATCH] truncate: drop 'oldsize' truncate_pagecache() parameter
 2013-07-30 11:42 UTC  (3+ messages)
  ` [PATCHv2] "

[PATCH review 00/16] userns: Completion of kuid/kgid/kprojid pushdown
 2013-07-30  4:04 UTC  (9+ messages)
` [PATCH review 01/16] xfs: Convert uids and gids in xfs acls to/from kuids and kgids
  ` [PATCH review 05/16] xfs: Update xfs_ioctl_setattr to handle projids in any user namespace

O_TMPFILE problem
 2013-07-29 13:22 UTC  (2+ messages)

[PATCH 0/2] ext4: increase mbcache scalability
 2013-07-29 10:08 UTC  (4+ messages)

[PATCH] xfs: fix an assertion failure
 2013-07-29  8:33 UTC  (5+ 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).