linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-09-26 17:45:34 to 2013-10-02 12:01:46 UTC [more...]

[RFC PATCH 0/7] cross rename
 2013-10-02 12:01 UTC  (9+ messages)
` [PATCH 1/7] vfs: rename: move d_move() up
` [PATCH 2/7] vfs: rename: use common code for dir and non-dir
` [PATCH 3/7] vfs: add renameat2 syscall and cross-rename
` [PATCH 4/7] ext4: rename: create ext4_renament structure for local vars
` [PATCH 5/7] ext4: rename: move EMLINK check up
` [PATCH 6/7] ext4: rename: split out helper functions
` [PATCH 7/7] ext4: add cross rename support

[PATCH v2 1/2] anon_inodes: allow external inode allocations
 2013-10-02 11:24 UTC  (2+ messages)
` [PATCH 2/2] DRM: use anon_inode instead of delayed inode init

[PATCH 0/5] fuse: fixes for fuse_writepage_in_flight() and friends
 2013-10-02 11:17 UTC  (7+ messages)
` [PATCH 1/5] fuse: writepages: roll back changes if request not found
` [PATCH 2/5] fuse: writepages: crop secondary requests on send
  ` [PATCH 2/5] fuse: writepages: crop secondary requests on send -v2
` [PATCH 3/5] fuse: writepages: crop secondary requests on attach
` [PATCH 4/5] fuse: writepage: update bdi writeout when deleting secondary request
` [PATCH 5/5] fuse: writepages: protect secondary requests from fuse file release

Avoiding the dentry d_lock on final dput(), part deux: transactional memory
 2013-10-02 10:56 UTC  (25+ messages)
` spinlock contention of files->file_lock

[PATCH RFC] fs/binfmt_elf: fix memory map for PIE applications
 2013-10-02  7:19 UTC 

[PATCH] mm: pagevec: cleanup: drop pvec->cold argument in all places
 2013-10-02  5:47 UTC  (3+ messages)

[PATCH v2 0/9] procfs: protect /proc/<pid>/* files with file->f_cred
 2013-10-02  1:40 UTC  (13+ messages)
` [PATCH v2 1/9] procfs: add proc_same_open_cred() to check if the cred have changed
` [PATCH v2 2/9] procfs: add proc_allow_access() to check if file's opener may access task
` [PATCH v2 3/9] procfs: Document the proposed solution to protect procfs entries
` [PATCH v2 4/9] procfs: make /proc/*/{stack,syscall} 0400
` [PATCH v2 5/9] procfs: make /proc entries that use seq files able to access file->f_cred
` [PATCH v2 6/9] procfs: add permission checks on the file's opener of /proc/*/stat
` [PATCH v2 7/9] procfs: add permission checks on the file's opener of /proc/*/personality
` [PATCH v2 8/9] procfs: improve permission checks on /proc/*/stack
` [PATCH v2 9/9] procfs: improve permission checks on /proc/*/syscall

[rfc][possible solution] RCU vfsmounts
 2013-10-02  1:30 UTC  (11+ messages)

[RFC] extending splice for copy offloading
 2013-10-02  1:19 UTC  (4+ messages)

fuse-3.12-fixes?
 2013-10-01 20:30 UTC  (4+ messages)

[RFC] extending splice for copy offloading
 2013-10-01 19:58 UTC  (49+ messages)

[git pull] fix lru_list leaks
 2013-10-01 17:17 UTC 

[PATCHv6 00/22] Transparent huge page cache: phase 1, everything but mmap()
 2013-10-01 17:11 UTC  (16+ messages)

[PATCH 0/2 v2] epoll: reduce 'epmutex' lock contention
 2013-10-01 17:08 UTC  (3+ messages)
` [PATCH 1/2 v2] epoll: optimize EPOLL_CTL_DEL using rcu
` [PATCH 2/2 v2] epoll: Do not take global 'epmutex' for simple topologies

[PATCH] devpts: plug the memory leak in kill_sb
 2013-10-01 14:05 UTC 

[PATCH 0/3] epoll: reduce 'epmutex' lock contention
 2013-09-30 22:25 UTC  (4+ messages)
` [PATCH 1/3] epoll: optimize EPOLL_CTL_DEL using rcu
` [PATCH 2/3] epoll: Do not take global 'epmutex' for simple topologies
` [PATCH 3/3] epoll: restore 'struct epitem' size

[PATCH] aio: fix use-after-free in aio_migratepage
 2013-09-30 21:50 UTC 

[RFC] vfs: avoid sb->s_umount lock while changing bind-mount flags
 2013-09-30 21:44 UTC  (7+ messages)

Mapping range locking and related stuff
 2013-09-30 16:25 UTC  (3+ messages)

[PATCH v2 3/3] hfsplus: implement attributes file creation functionality
 2013-09-30 15:34 UTC  (2+ messages)

linux-next: manual merge of the vfs tree
 2013-09-30 11:26 UTC 

[f2fs-dev][PATCH]f2fs: avoid congestion_wait when do_checkpoint for better performance
 2013-09-30 10:57 UTC 

[f2fs-dev][PATCH DISCUSS] f2fs: readahead continuous sit entry pages for better mount performance
 2013-09-30 10:49 UTC 

[PATCH v2] writeback: Do not sync data dirtied after sync start
 2013-09-30  9:31 UTC  (6+ messages)

[PATCH v2 2/3] hfsplus: implement attributes file's header node initialization code
 2013-09-30  8:05 UTC 

[PATCH v2 1/3] hfsplus: add metadata file's clump size calculation functionality
 2013-09-30  8:05 UTC 

[PATCH v2 0/3] hfsplus: introduce functionality of attributes file creation
 2013-09-30  8:05 UTC 

[PATCH v3] writeback: Do not sync data dirtied after sync start
 2013-09-29 23:12 UTC  (2+ messages)

[PATCH 1/2] vfs: Get rid of duplicate offset checks in p{read,write}*
 2013-09-29 22:24 UTC  (3+ messages)
` [PATCH 2/2] vfs: Get rid of duplicate file_ops check in do_readv_writev()

why is i_ino unsigned long, anyway?
 2013-09-29 11:54 UTC  (3+ messages)

[PATCH 0/12] procfs: protect /proc/<pid>/* files with file->f_cred
 2013-09-29 10:37 UTC  (11+ messages)
` [PATCH 04/12] seq_file: Make seq_file able to access the file's opener cred
` [PATCH 06/12] procfs: make /proc/*/stack 0400

[PATCH V2 0/2] Auto stop async-write on block device when device removed
 2013-09-29  8:46 UTC  (5+ messages)
  `  "

[PATCH 1/5] splice: Get rid of duplicate f_mode checks
 2013-09-29  6:14 UTC  (5+ messages)
` [PATCH 2/5] splice: Add sync parameter to wakeup_pipe_readers()
` [PATCH 3/5] splice: Add sync parameter to wakeup_pipe_writers()
` [PATCH 4/5] splice: Use sync wakeup for splice_from_pipe_next()
` [PATCH 5/5] pipe: Do not use sync wakeups

[PATCH 0/22] Immutable biovecs, block layer changes
 2013-09-28  4:59 UTC  (9+ messages)
` [PATCH 16/22] dm: Refactor for new bio cloning/splitting

[GIT PULL] NFS/FS-Cache: Fix crash from accidentally starting caching whilst writing
 2013-09-27 17:54 UTC 

[PATCH] [CRITICAL] nilfs2: fix issue with race condition of competition between segments for dirty blocks
 2013-09-27 16:43 UTC  (4+ messages)

[PATCH 1/1] fs/binfmt_elf.c: fill_note_info: Reduce scope of a variable
 2013-09-27 12:58 UTC 

[ANNOUNCE] util-linux v2.24-rc1
 2013-09-27 12:59 UTC 

[f2fs-dev] [PATCH] f2fs: use rw_sem instead of fs_lock(locks mutex)
 2013-09-27 10:08 UTC  (4+ messages)
  `  "
` [f2fs-dev][PATCH V2] "

Bypass block layer and Fill SCSI lower layer driver queue
 2013-09-27  6:06 UTC  (4+ messages)

Qeuestion: Why is make-slave the one-way operation?
 2013-09-27  1:40 UTC 

mmotm 2013-09-26-16-15 uploaded
 2013-09-26 23:16 UTC 

[RESEND PATCH] writeback: Judge bdi->dev when set worker desc in bdi_writeback_workfn
 2013-09-26 22:59 UTC  (5+ messages)

Which lsattr / chattr can be reported for cifs/smb2/smb3 (and NTFS etc.)
 2013-09-26 22:42 UTC  (2+ messages)

[GIT PULL] Reiserfs and UDF fixes
 2013-09-26 22:03 UTC 

Fwd: Need help with Data Recovery on Ext4 partitions that became corrupted on running OS
 2013-09-26 20:18 UTC  (8+ messages)

[PATCH] writeback: Do not sync data dirtied after sync start
 2013-09-26 19:23 UTC  (2+ messages)

Data Integrity Check on EXT Family of Filesystems
 2013-09-26 19:22 UTC  (2+ 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).