messages from 2012-08-26 00:04:08 to 2012-09-07 14:18:08 UTC [more...]
[PATCH v6 00/20] vfs: add the ability to retry on ESTALE to several syscalls
2012-09-07 14:18 UTC (2+ messages)
` [PATCH v6 01/20] vfs: add a retry_estale helper function to handle retries on ESTALE
[PATCH v1 00/10] vfs: getname/putname overhaul
2012-09-07 13:38 UTC (11+ messages)
` [PATCH v1 01/10] vfs: allocate page instead of names_cache buffer in mount_block_root
` [PATCH v1 02/10] vfs: make dir_name arg to do_mount a const char *
` [PATCH v1 03/10] acct: constify the name arg to acct_on
` [PATCH v1 04/10] vfs: define getname_info struct and have getname() return it
` [PATCH v1 05/10] audit: allow audit code to satisfy getname requests from its names_list
` [PATCH v1 06/10] vfs: turn do_path_lookup into wrapper around getname_info variant
` [PATCH v1 07/10] vfs: make path_openat take a getname_info pointer
` [PATCH v1 08/10] audit: make audit_inode take getname_info
` [PATCH v1 09/10] vfs: embed getname_info inside of names_cache allocation if possible
` [PATCH v1 10/10] vfs: unexport getname and putname symbols
[PATCH] procfs: don't need a PATH_MAX allocation to hold a string representation of an int
2012-09-07 12:58 UTC (3+ messages)
[PATCH] 9p: don't use __getname/__putname for uname/aname
2012-09-07 11:55 UTC
[PATCH v6 00/10] audit: overhaul audit_names handling to allow for retrying on path-based syscalls
2012-09-07 11:23 UTC (11+ messages)
` [PATCH v6 01/10] audit: remove unnecessary NULL ptr checks from do_path_lookup
` [PATCH v6 02/10] audit: pass in dentry to audit_copy_inode wherever possible
` [PATCH v6 03/10] audit: no need to walk list in audit_inode if name is NULL
` [PATCH v6 04/10] audit: reverse arguments to audit_inode_child
` [PATCH v6 05/10] audit: add a new "type" field to audit_names struct
` [PATCH v6 06/10] audit: set the name_len in audit_inode for parent lookups
` [PATCH v6 07/10] audit: remove dirlen argument to audit_compare_dname_path
` [PATCH v6 08/10] audit: make audit_compare_dname_path use parent_len helper
` [PATCH v6 09/10] audit: optimize audit_compare_dname_path
` [PATCH v6 10/10] audit: overhaul __audit_inode_child to accomodate retrying
[RFC]fs: fsprivate data argument for get_block_t
2012-09-07 9:04 UTC
[RFC PATCH 0/2] issues with NFS filesystems as lower layer
2012-09-07 6:35 UTC (4+ messages)
` [RFC PATCH 1/2] ovl: ovl_copy_up_xattr may fail when the upper filesystem does not support the same xattrs
` [PATCH 2/2] overlayfs: when the underlying filesystem is read-only use inode permissions
[PATCH 00/21] drop vmtruncate
2012-09-07 6:29 UTC (3+ messages)
[RFC PATCH 00/13] Implement NFSv4 delegations, take 4
2012-09-07 2:27 UTC (25+ 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 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 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 12/13] locks: break delegations on link
` [RFC PATCH 13/13] locks: break delegations on any attribute modification
mmotm 2012-09-06-16-46 uploaded
2012-09-06 23:47 UTC
xfs freeze annotation problem on 3.6.0-rc3+ kernel
2012-09-06 14:57 UTC (2+ messages)
[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()
[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 (27+ messages)
` [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 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 (8+ 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 (7+ messages)
` [patch 2/9] procfs: Convert /proc/pid/fdinfo/ handling routines to seq-file v2
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).