linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-07-30 19:30:58 to 2013-08-06 03:13:08 UTC [more...]

[PATCH v7 0/4] Lockless update of reference count protected by spinlock
 2013-08-06  3:12 UTC  (5+ messages)
` [PATCH v7 1/4] spinlock: A new lockref structure for lockless update of refcount
` [PATCH v7 2/4] spinlock: Enable x86 architecture to do lockless refcount update
` [PATCH v7 3/4] dcache: replace d_lock/d_count by d_lockcnt
` [PATCH v7 4/4] dcache: Enable lockless update of dentry's refcount

[PATCH 1/1] Squashfs: Optimized uncompressed buffer loop
 2013-08-05 18:46 UTC 

[PATCH v4 00/10] VFS hot tracking
 2013-08-05 14:50 UTC  (11+ messages)
` [PATCH v4 01/10] VFS hot tracking: Define basic data structures and functions
` [PATCH v4 02/10] VFS hot tracking: Track IO and record heat information
` [PATCH v4 03/10] VFS hot tracking: Add a workqueue to move items between hot maps
` [PATCH v4 04/10] VFS hot tracking: Add shrinker functionality to curtail memory usage
` [PATCH v4 05/10] VFS hot tracking: Add an ioctl to get hot tracking information
` [PATCH v4 06/10] VFS hot tracking: Add a /proc interface to make the interval tunable
` [PATCH v4 07/10] VFS hot tracking: Add two /proc interfaces to control memory usage
` [PATCH v4 08/10] VFS hot tracking: Add documentation
` [PATCH v4 09/10] VFS hot tracking, btrfs: Add hot tracking support
` [PATCH v4 10/10] VFS hot tracking, xfs: "

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

[PATCH] f2fs: fix a deadlock in fsync
 2013-08-05 12:02 UTC 

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

[PATCH 1/3] f2fs: add sysfs support for controlling the gc_thread
 2013-08-05  1:59 UTC  (2+ messages)

[PATCH v2] fixed some coding style issues
 2013-08-05  8:16 UTC  (3+ messages)
` [PATCH 1/3] vfs: fixed some CamelCase coding style issue

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

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

[PATCH 3/3] f2fs: remove redundant code from f2fs_write_begin
 2013-08-04 14:10 UTC 

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

[PATCH v2] fs/ocfs2: use list_for_each_entry() instead of list_for_each()
 2013-07-30 22:42 UTC  (4+ 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).