linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-01-09 23:53:41 to 2014-01-16 01:24:40 UTC [more...]

[PATCH v5 00/22] Rewrite XIP code and add XIP support to ext4
 2014-01-16  1:24 UTC  (23+ messages)
` [PATCH v5 01/22] Fix XIP fault vs truncate race
` [PATCH v5 02/22] Allow page fault handlers to perform the COW
` [PATCH v5 03/22] axonram: Fix bug in direct_access
` [PATCH v5 04/22] Change direct_access calling convention
` [PATCH v5 05/22] Introduce IS_XIP(inode)
` [PATCH v5 06/22] Treat XIP like O_DIRECT
` [PATCH v5 07/22] Rewrite XIP page fault handling
` [PATCH v5 08/22] Change xip_truncate_page to take a get_block parameter
` [PATCH v5 09/22] Remove mm/filemap_xip.c
` [PATCH v5 10/22] Remove get_xip_mem
` [PATCH v5 11/22] Replace ext2_clear_xip_target with xip_clear_blocks
` [PATCH v5 12/22] ext2: Remove ext2_xip_verify_sb()
` [PATCH v5 13/22] ext2: Remove ext2_use_xip
` [PATCH v5 14/22] ext2: Remove xip.c and xip.h
` [PATCH v5 15/22] Remove CONFIG_EXT2_FS_XIP
` [PATCH v5 16/22] ext2: Remove ext2_aops_xip
` [PATCH v5 17/22] xip: Add xip_zero_page_range
` [PATCH v5 18/22] ext4: Make ext4_block_zero_page_range static
` [PATCH v5 19/22] ext4: Add XIP functionality
` [PATCH v5 20/22] ext4: Fix typos
` [PATCH v5 21/22] xip: Add reporting of major faults
` [PATCH v5 22/22] XIP: Add support for unwritten extents

[LSF/MM TOPIC] copy offloading
 2014-01-16  0:46 UTC  (3+ messages)

[PATCH 00/11] cross rename v3
 2014-01-15 23:33 UTC  (28+ messages)
` [PATCH 04/11] vfs: add renameat2 syscall
` [PATCH 05/11] vfs: add RENAME_NOREPLACE flag
` [PATCH 07/11] vfs: add cross-rename
` [PATCH 11/11] ext4: add cross rename support

[PATCH] mm/fs: don't keep pages when receiving a pending SIGKILL in __get_user_pages()
 2014-01-15 23:15 UTC  (2+ messages)

Getting PIDs out of inodes?
 2014-01-15 22:08 UTC 

[LSF/MM TOPIC][ATTEND] stability of vfs level interfaces
 2014-01-15 21:16 UTC 

[PATCH] dcache: fix d_splice_alias handling of aliases
 2014-01-15 18:25 UTC  (4+ messages)

[PATCH 0/5] splice: locking changes and code refactoring
 2014-01-15 18:10 UTC  (6+ messages)

[PATCH] befs: iget_locked() doesn't return an ERR_PTR
 2014-01-15 17:58 UTC 

[PATCH] bfs: Fix sanity checks for empty files
 2014-01-15 17:35 UTC 

[LSF/MM ATTEND] slab cache extension -- slab cache in fixed size
 2014-01-15 10:27 UTC 

[LSF/MM][ATTEND]filesystem -- reflink
 2014-01-15  9:03 UTC  (2+ messages)
` [Lsf-pc] "

[PATCH v3] vfs: fix a bug when we do some dio reads with append dio writes
 2014-01-15  7:19 UTC  (14+ messages)

[patch 0/9] mm: thrash detection-based file cache sizing v8
 2014-01-15  5:55 UTC  (29+ messages)
` [patch 1/9] fs: cachefiles: use add_to_page_cache_lru()
` [patch 2/9] lib: radix-tree: radix_tree_delete_item()
` [patch 3/9] mm: shmem: save one radix tree lookup when truncating swapped pages
` [patch 4/9] mm: filemap: move radix tree hole searching here
` [patch 5/9] mm + fs: prepare for non-page entries in page cache radix trees
` [patch 6/9] mm + fs: store shadow entries in page cache
` [patch 7/9] mm: thrash detection-based file cache sizing
` [patch 8/9] lib: radix_tree: tree node interface
` [patch 9/9] mm: keep page cache radix tree nodes in check

[PATCH v5 00/14] locks: implement "file-private" (aka UNPOSIX) locks
 2014-01-15  4:10 UTC  (27+ messages)
` [PATCH v5 13/14] locks: skip deadlock detection on FL_FILE_PVT locks
                  ` [Nfs-ganesha-devel] "
` [PATCH v5 14/14] locks: add new fcntl cmd values for handling file private locks

[LSF/MM ATTEND] Filesystems, Btrfs, topics from Oracle
 2014-01-15  3:02 UTC 

mmotm 2014-01-14-18-13 uploaded
 2014-01-15  2:14 UTC 

[PATCH 0/3] Fadvise: Directory level page cache cleaning support
 2014-01-15  0:22 UTC  (5+ messages)
` [PATCH 2/3] Add shrink_pagecache_parent

[numa shrinker] 9b17c62382: -36.6% regression on sparse file copy
 2014-01-15  0:18 UTC  (4+ messages)

[PATCH 0/6] Page I/O
 2014-01-15  0:04 UTC  (10+ messages)
` [PATCH 1/6] Add bdev_read_page() and bdev_write_page()
  ` [PATCH 2/6] Factor page_endio() out of mpage_end_io()
  ` [PATCH 3/6] swap: Use bdev_read_page() / bdev_write_page()
  ` [PATCH 4/6] brd: Add support for rw_page
  ` [PATCH 5/6] virtio_blk: Add rw_page implementation
  ` [PATCH 6/6] NVMe: Add support for rw_page

RE:CONTACTING YOU AGAIN
 2014-01-14 22:12 UTC 

[PATCH v6 00/14] locks: implement "file-private" (aka UNPOSIX) locks
 2014-01-14 19:06 UTC  (15+ messages)
` [PATCH v6 01/14] locks: close potential race between setlease and open
` [PATCH v6 02/14] locks: clean up comment typo
` [PATCH v6 03/14] locks: remove "inline" qualifier from fl_link manipulation functions
` [PATCH v6 04/14] locks: add __acquires and __releases annotations to locks_start and locks_stop
` [PATCH v6 05/14] locks: eliminate BUG() call when there's an unexpected lock on file close
` [PATCH v6 06/14] locks: fix posix lock range overflow handling
` [PATCH v6 07/14] locks: consolidate checks for compatible filp->f_mode values in setlk handlers
` [PATCH v6 08/14] MAINTAINERS: add Bruce and myself to list of maintainers for file locking code
` [PATCH v6 09/14] locks: rename locks_remove_flock to locks_remove_file
` [PATCH v6 10/14] locks: make /proc/locks show IS_FILE_PVT locks with a P suffix
` [PATCH v6 11/14] locks: report l_pid as -1 for FL_FILE_PVT locks
` [PATCH v6 12/14] locks: pass the cmd value to fcntl_getlk/getlk64
` [PATCH v6 13/14] locks: skip deadlock detection on FL_FILE_PVT locks
` [PATCH v6 14/14] locks: add new fcntl cmd values for handling file private locks

[PATCH v2] Call arch_pick_mmap_layout() only once
 2014-01-14 17:27 UTC 

ext4: Aborting journal on device
 2014-01-14 16:07 UTC 

[PATCH] shmem: init on stack vmas
 2014-01-13 20:35 UTC  (3+ messages)

[LSF/MM ATTEND] filesystem - SMR drives
 2014-01-13 15:06 UTC 

[LSF/MM ATTEND] filesystem -- vfs, ext4, cgroup for filesystem resources
 2014-01-13 12:16 UTC 

[GIT PULL] writeback data corruption fix
 2014-01-13 11:37 UTC 

[PATCH] writeback: Fix data corruption on NFS
 2014-01-13 11:22 UTC  (4+ messages)

[PATCH 1/3] f2fs: move grabing orphan pages out of protection region
 2014-01-13  9:43 UTC  (4+ messages)
` [f2fs-dev][PATCH V2 1/3] f2fs: move grabbing "

[PATCH] f2fs: add delimiter to seperate name and value in debug phrase
 2014-01-13  1:34 UTC 

[RFC] speeding up the stat() family of system calls
 2014-01-12 17:46 UTC  (6+ messages)

[LSF/MM ATTEND] Stackable Union Filesystem Implementation
 2014-01-11 17:21 UTC  (9+ messages)

[PATCH] vfs: Fix possible NULL pointer dereference in inode_permission()
 2014-01-11 10:32 UTC  (18+ messages)

[LSF/MM ATTEND] Memory management -- THP, hugetlb, scalability
 2014-01-11  2:55 UTC  (7+ messages)
` [Lsf-pc] "

[PATCH RESEND] 9P: introduction of a new cache=mmap model
 2014-01-10 20:00 UTC  (3+ messages)
  ` [PATCH V2] "

Help exploring an orphan FD
 2014-01-10 18:29 UTC  (3+ messages)

[LSF/MM ATTEND] Memory management
 2014-01-10 17:14 UTC 

[PATCH 2/2] vfs: remove unneeded error assignment in do_sys_ftruncate
 2014-01-10 13:38 UTC 

[PATCH 1/2] vfs: remove unneeded error assignment in fchdir
 2014-01-10 13:37 UTC 

[PATCH 3/3] f2fs: use spinlock rather than mutex for better speed
 2014-01-10 10:09 UTC 

[PATCH 2/3] f2fs: move alloc new orphan node out of lock protection region
 2014-01-10 10:09 UTC 

[PATCH] fs/inode: No need to take ->i_lock right after alloc_inode()
 2014-01-10  9:48 UTC  (4+ messages)

[f2fs-dev] [PATCH] f2fs: remove the needless parameter of f2fs_wait_on_page_writeback
 2014-01-10  7:26 UTC 

hfsplus: kernel panic in hfsplus_brec_lenoff
 2014-01-10  7:11 UTC  (2+ messages)

[PATCH v2] SELinux: Fix possible NULL pointer dereference in selinux_inode_permission()
 2014-01-10  2:46 UTC 

mmotm 2014-01-09-16-23 uploaded
 2014-01-10  0:25 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).