linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-07-27 06:21:01 to 2013-08-04 02:17:12 UTC [more...]

[PATCHv5 00/23] Transparent huge page cache: phase 1, everything but mmap()
 2013-08-04  2:17 UTC  (11+ 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

[RFC/PATCH 0/2] ext4: Transparent Decompression Support
 2013-08-04  0:33 UTC  (10+ 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 V5 2/8] fs/ceph: vfs __set_page_dirty_nobuffers interface instead of doing it inside filesystem
 2013-08-03  9:25 UTC  (12+ messages)
` [PATCH V5 4/8] memcg: add per cgroup dirty pages accounting
` [PATCH V5 5/8] memcg: add per cgroup writeback "

[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 2/3] xfs: Implement FALLOC_FL_COLLAPSE_RANGE
 2013-08-02  3:47 UTC  (8+ messages)

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

[PATCH] vfs: add missing check for __O_TMPFILE in fcntl_init() (Re: [PATCH] ext4: fix...)
 2013-07-29  6:17 UTC 

[PATCH] xfs: introduce object readahead to log recovery
 2013-07-29  3:12 UTC  (7+ messages)

[PATCH RESEND] f2fs: move bio_private allocation out of f2fs_bio_alloc()
 2013-07-29  1:57 UTC 

[PATCH RFC] pram: persistent over-kexec memory file system
 2013-07-28 14:31 UTC  (7+ 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).