linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-08-23 17:59:05 to 2012-09-06 14:27:46 UTC [more...]

[RFC PATCH 00/13] Implement NFSv4 delegations, take 4
 2012-09-06 14:27 UTC  (22+ messages)
` [RFC PATCH 03/13] vfs: don't use PARENT/CHILD lock classes for non-directories
` [RFC PATCH 04/13] vfs: rename I_MUTEX_QUOTA now that it's not used for quotas
  ` [RFC PATCH 01/13] gfs2: Get rid of I_MUTEX_QUOTA usage
  ` [RFC PATCH 02/13] vfs: pull ext4's double-i_mutex-locking into common code
  ` [RFC PATCH 05/13] vfs: take i_mutex on renamed file
  ` [RFC PATCH 06/13] locks: introduce new FL_DELEG lock flag
  ` [RFC PATCH 08/13] namei: minor vfs_unlink cleanup
  ` [RFC PATCH 11/13] locks: break delegations on rename
` [RFC PATCH 07/13] locks: implement delegations
` [RFC PATCH 09/13] locks: break delegations on unlink
` [RFC PATCH 10/13] locks: helper functions for delegation breaking
` [RFC PATCH 12/13] locks: break delegations on link
` [RFC PATCH 13/13] locks: break delegations on any attribute modification

[PATCH v3] UDF: Add support for O_DIRECT
 2012-09-06 14:22 UTC  (10+ messages)
            ` [PATCH v4] "
                ` [PATCH] UDF: Fix incorrect error handling in udf_direct_IO()

xfs freeze annotation problem on 3.6.0-rc3+ kernel
 2012-09-06 10:39 UTC 

[PATCH RESEND] fs: Build sys_stat64() and friends if __ARCH_WANT_COMPAT_STAT64
 2012-09-06  9:04 UTC 

[REVIEW][PATCH 0/15] userns subsystem conversions
 2012-09-05 21:09 UTC  (33+ messages)
` [REVIEW][PATCH 01/15] userns: Enable building of pf_key sockets when user namespace support is enabled
` [REVIEW][PATCH 02/15] userns: Make credential debugging user namespace safe
` [REVIEW][PATCH 03/15] userns: Convert security/keys to the new userns infrastructure
` [REVIEW][PATCH 04/15] userns: net: Call key_alloc with GLOBAL_ROOT_UID, GLOBAL_ROOT_GID instead of 0, 0
` [REVIEW][PATCH 05/15] userns: Convert ipc to use kuid and kgid where appropriate
` [REVIEW][PATCH 07/15] userns: Convert taskstats to handle the user and pid namespaces
` [REVIEW][PATCH 09/15] userns: Convert process event connector to handle kuids and kgids
` [REVIEW][PATCH 10/15] userns: Convert debugfs to use kuid/kgid where appropriate
` [REVIEW][PATCH 11/15] userns: Teach trace to use from_kuid
` [REVIEW][PATCH 12/15] userns: Convert drm to use kuid and kgid and struct pid where appropriate
` [REVIEW][PATCH 15/15] userns: Convert configfs to use kuid and kgid "
` [PATCH 06/15] userns: Convert audit "
  ` [REVIEW][PATCH 13/15] userns: Add basic quota support
    ` [PATCH] userns: Add basic quota support v2
          ` [PATCH] userns: Add basic quota support v3
            ` [PATCH] userns: Add basic quota support v4

[PATCH 00/15 v2] Add invalidatepage_range address space operation
 2012-09-05 16:42 UTC  (23+ messages)
` [PATCH 01/15 v2] mm: add "
` [PATCH 02/15 v2] jbd2: implement jbd2_journal_invalidatepage_range
` [PATCH 03/15 v2] ext4: implement invalidatepage_range aop
` [PATCH 04/15 v2] xfs: "
` [PATCH 05/15 v2] ocfs2: "
` [PATCH 06/15 v2] mm: teach truncate_inode_pages_range() to handle non page aligned ranges
` [PATCH 07/15 v2] ext4: Take i_mutex before punching hole
` [PATCH 08/15 v2] Revert "ext4: remove no longer used functions in inode.c"
` [PATCH 09/15 v2] Revert "ext4: fix fsx truncate failure"
` [PATCH 10/15 v2] ext4: use ext4_zero_partial_blocks in punch_hole
` [PATCH 11/15 v2] ext4: remove unused discard_partial_page_buffers
` [PATCH 12/15 v2] ext4: remove unused code from ext4_remove_blocks()
` [PATCH 13/15 v2] ext4: update ext4_ext_remove_space trace point
` [PATCH 14/15 v2] ext4: make punch hole code path work with bigalloc
` [PATCH 15/15 v2] ext4: Allow punch hole with bigalloc enabled

[PATCH 1/2 RESEND] vfs: re-implement writeback_inodes_sb(_nr)_if_idle() and rename them
 2012-09-05 15:54 UTC  (2+ messages)

Why page w/o buffers can not be released?
 2012-09-05 12:28 UTC 

[PATCH] fs: encode_fh: return FILEID_INVALID if invalid fid_type
 2012-09-05 11:22 UTC  (2+ messages)

[PATCH][trivial]vfs: Fix a typo in fs/libfs.c
 2012-09-05  8:31 UTC 

[RFC] VFS: File System Mount Wide O_DIRECT Support
 2012-09-04 23:28 UTC  (5+ messages)

New flag to super block for IMA
 2012-09-04 19:37 UTC 

[ANNOUNCE] util-linux v2.22
 2012-09-04 14:48 UTC 

[PATCH 00/13] overlay filesystem: request for inclusion (v14)
 2012-09-03 15:05 UTC  (11+ messages)
` [PATCH 05/13] overlayfs: add statfs support
` [PATCH 08/13] fs: limit filesystem stacking depth

[PATCH 03/21] reiserfs: drop vmtruncate
 2012-09-03 13:34 UTC  (2+ messages)

[PATCH 19/21] ntfs: drop vmtruncate
 2012-09-01 20:04 UTC  (2+ messages)

CMA page migration failure due to buffers on bh_lru
 2012-08-31 20:46 UTC  (2+ messages)

Crash when IO is being submitted and block size is changed
 2012-08-31 20:34 UTC  (21+ messages)
          ` [PATCH 1/3] Fix "
            ` [PATCH 2/3] Introduce percpu rw semaphores
                ` [dm-devel] "
                      ` [PATCH 4/3] "
                        ` [PATCH 0/4] Fix a crash when block device is read and block size is changed at the same time
                          ` [PATCH 1/4] Add a lock that will be needed by the next patch
                            ` [PATCH 2/4] blockdev: fix a crash when block size is changed and I/O is issued simultaneously
                              ` [PATCH 3/4] blockdev: turn a rw semaphore into a percpu rw semaphore
                                ` [PATCH 4/4] New percpu lock implementation

[PATCH 21/21] mm: drop vmtruncate
 2012-08-31 14:04 UTC 

[PATCH 20/21] vfs: drop vmtruncate
 2012-08-31 14:03 UTC 

[PATCH 18/21] nilfs2: drop vmtruncate
 2012-08-31 14:02 UTC 

[PATCH 07/21] adfs: drop vmtruncate
 2012-08-31 13:54 UTC 

[PATCH 17/21] ncpfs: drop vmtruncate
 2012-08-31 14:01 UTC 

[PATCH 16/21] minix: drop vmtruncate
 2012-08-31 14:00 UTC 

[PATCH 06/21] ocfs2: drop vmtruncate
 2012-08-31 13:54 UTC 

[PATCH 15/21] logfs: drop vmtruncate
 2012-08-31 14:00 UTC 

[PATCH 14/21] hostfs: drop vmtruncate
 2012-08-31 13:59 UTC 

[PATCH 13/21] hfsplus: drop vmtruncate
 2012-08-31 13:58 UTC 

[PATCH 12/21] jfs: drop vmtruncate
 2012-08-31 13:58 UTC 

[PATCH 11/21] hpfs: drop vmtruncate
 2012-08-31 13:57 UTC 

[PATCH 10/21] hfs: drop vmtruncate
 2012-08-31 13:57 UTC 

[PATCH 09/21] bfs: drop vmtruncate
 2012-08-31 13:56 UTC 

[PATCH 08/21] affs: drop vmtruncate
 2012-08-31 13:55 UTC 

[PATCH 05/21] omfs: drop vmtruncate
 2012-08-31 13:53 UTC 

[PATCH 04/21] procfs: drop vmtruncate
 2012-08-31 13:53 UTC 

[PATCH 02/21] sysv: drop vmtruncate
 2012-08-31 13:51 UTC 

[PATCH 01/21] ufs: drop vmtruncate
 2012-08-31 13:51 UTC 

[PATCH 00/21] drop vmtruncate
 2012-08-31 13:50 UTC 

[PATCH 5/8] hpfs: drop lock/unlock super
 2012-08-30 23:49 UTC  (2+ messages)

[PATCH 2/8] ext3: drop lock/unlock super
 2012-08-30 15:12 UTC  (2+ messages)

[PATCH 8/8] vfs: drop lock/unlock super
 2012-08-30 15:01 UTC 

[PATCH 7/8] ufs: drop lock/unlock super
 2012-08-30 15:00 UTC 

[PATCH 6/8] sysv: drop lock/unlock super
 2012-08-30 14:59 UTC 

[PATCH 4/8] fat: drop lock/unlock super
 2012-08-30 14:57 UTC 

[PATCH 1/8] exofs: drop lock/unlock super
 2012-08-30 14:56 UTC 

[PATCH 0/8][RESEND] drop lock/unlock super
 2012-08-30 14:55 UTC 

[PATCH] fs/proc: Move kfree outside pde_unload_lock
 2012-08-29 14:24 UTC  (12+ messages)

[PATCH] block: Provide I/O alignment statistics
 2012-08-28 18:13 UTC 

NFS: What is this delay for?
 2012-08-27 21:50 UTC  (4+ messages)

[BUG]: fsnotify oops on 3.5.2
 2012-08-27 20:57 UTC  (4+ messages)

UBIFS is not remounted read-only from within do_emergency_remount
 2012-08-27  7:16 UTC  (3+ messages)

[patch 0/9] extended fdinfo via procfs series, v7
 2012-08-26 15:10 UTC  (24+ messages)
` [patch 1/9] procfs: Move /proc/pid/fd[info] handling code to fd.[ch]
` [patch 2/9] procfs: Convert /proc/pid/fdinfo/ handling routines to seq-file v2

[PATCH]:dir.c patch
 2012-08-25 21:36 UTC  (2+ messages)

$
 2012-08-25  7:06 UTC 

[PATCH 1/3] writeback: change nr_pages_dirtied argument into local variable
 2012-08-24 16:12 UTC  (3+ messages)

[RFC] [PATCH] vfs: remount all file-systems R/O on emergency remount
 2012-08-24 13:51 UTC  (4+ messages)

[PATCH 1/2] fs/inode.c: fix legacy comment about inode lock
 2012-08-24 11:51 UTC  (2+ messages)
` [PATCH 2/2] fs/namei.c: only check mountpoint on non-negative dentry

[PATCH] ubifs: remove __DATE__ and __TIME__
 2012-08-24 11:54 UTC  (3+ messages)

[PATCH] fs: Introducing Lanyard Filesystem
 2012-08-24 11:50 UTC  (2+ messages)

[PATCH v2] epoll: Support for disabling items, and a self-test app
 2012-08-23 21:15 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).