linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-01-06 22:10:36 to 2014-01-13 11:22:24 UTC [more...]

[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 00/11] cross rename v3
 2014-01-13  7:52 UTC  (13+ messages)
` [PATCH 01/11] vfs: add d_is_dir()
` [PATCH 02/11] vfs: rename: move d_move() up
` [PATCH 03/11] vfs: rename: use common code for dir and non-dir
` [PATCH 04/11] vfs: add renameat2 syscall
` [PATCH 05/11] vfs: add RENAME_NOREPLACE flag
` [PATCH 06/11] security: add flags to rename hooks
` [PATCH 07/11] vfs: add cross-rename
` [PATCH 08/11] ext4: rename: create ext4_renament structure for local vars
` [PATCH 09/11] ext4: rename: move EMLINK check up
` [PATCH 10/11] ext4: rename: split out helper functions
` [PATCH 11/11] ext4: add cross rename support

[patch 0/9] mm: thrash detection-based file cache sizing v8
 2014-01-13  7:39 UTC  (23+ 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] 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  (15+ messages)

[PATCH] vfs: Fix possible NULL pointer dereference in inode_permission()
 2014-01-11 10:32 UTC  (20+ 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 0/6] Page I/O
 2014-01-10 16:17 UTC  (9+ 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

[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 

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

mmotm 2014-01-09-16-23 uploaded
 2014-01-10  0:25 UTC 

[PATCH] nfsd: consider CLAIM_FH when handing out delegation
 2014-01-09 21:26 UTC 

[PATCH RFC] fcntl.2: update manpage with verbiage about file-private locks
 2014-01-09 14:23 UTC 

[PATCH] f2fs: update documents and a MAINTAINERS entry
 2014-01-09 12:03 UTC 

Sun Loan & Finance Adverts! Reply To (info@sunloan.ca.vu)
 2014-01-09 10:22 UTC 

[LSF/MM TOPIC] Persistent Memory
 2014-01-09 10:37 UTC  (4+ messages)
` [Lsf-pc] "

[numa shrinker] 9b17c62382: -36.6% regression on sparse file copy
 2014-01-09  2:57 UTC  (4+ messages)

[block:for-3.14/core] kernel BUG at fs/bio.c:1748
 2014-01-08 21:24 UTC  (21+ messages)

I have a very lucrative Business
 2014-01-08 20:47 UTC 

[PATCH] timerfd: support CLOCK_BOOTTIME clock
 2014-01-08 19:07 UTC  (2+ messages)

[PATCH -next 0/2] seq_file/netfilter: Start removing returns from seq_<foo>
 2014-01-08 17:47 UTC  (3+ messages)
` [PATCH -next 0/4] fs: Use seq_is_buf_full

[LSF/MM TOPIC] Storage: SMR drives
 2014-01-08 16:35 UTC 

[LSF/MM ATTEND] Filesystems -- Btrfs, cgroups, Storage topics from Facebook
 2014-01-08 16:14 UTC  (6+ messages)
  ` [Lsf-pc] "

fs: gpf in simple_setattr
 2014-01-08 16:00 UTC  (2+ messages)

status of block-integrity
 2014-01-08 15:43 UTC  (5+ messages)

ima: prevent dead lock when a file is opened for direct io (take II)
 2014-01-08 14:16 UTC 

Correct way to handle an error condition in inode lookup
 2014-01-08  6:35 UTC  (2+ messages)

[PATCH 1/2] f2fs: improve write performance under frequent fsync calls
 2014-01-08  5:45 UTC  (2+ messages)
` [PATCH 2/2] f2fs: add a sysfs entry to control max_victim_search

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

[RFC PATCH] fs: xattr-based FS_IOC_[GS]ETFLAGS interface
 2014-01-07 22:27 UTC  (10+ messages)
` [RFC PATCH v2] fs: new FS_IOC_[GS]ETFLAGS2 interface

LSF/MM 2014 Call For Proposals
 2014-01-07 19:44 UTC  (4+ messages)
` [LSF/MM TOPIC] [ATTEND] persistent memory progress, management of storage & file systems

[LSF/MM ATTEND] testing
 2014-01-07 19:42 UTC  (2+ messages)

[PATCH] fuse: don't invalidate attrs to clear atime when not using atime
 2014-01-07 16:48 UTC 

[PATCH 00/21] Consolidate Posix ACL implementation V3
 2014-01-07 15:53 UTC  (2+ messages)

[LSF/MM ATTEND] Stackable Union Filesystem Implementation
 2014-01-07 10:32 UTC 

[PATCH] fuse: Fix IOC_[GS]ETFLAGS argument size brokenness
 2014-01-07  1:34 UTC  (4+ messages)
` [PATCH v2] fuse: Fix IOC_[GS]ET{FLAGS, VERSION} "
  ` [fuse-devel] "

[LSF/MM ATTEND] VM Scalability
 2014-01-06 22:22 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).