messages from 2012-09-27 04:03:57 to 2012-10-06 08:32:53 UTC [more...]
[PATCH 10/22] hfs: drop vmtruncate
2012-10-06 8:26 UTC
[PATCH 15/22] logfs: drop vmtruncate
2012-10-06 8:31 UTC
[PATCH 14/22] hostfs: drop vmtruncate
2012-10-06 8:31 UTC
[PATCH 13/22] hfsplus: drop vmtruncate
2012-10-06 8:30 UTC
[PATCH 12/22] jfs: drop vmtruncate
2012-10-06 8:29 UTC
[PATCH 09/22] bfs: drop vmtruncate
2012-10-06 8:22 UTC
[PATCH 08/22] affs: drop vmtruncate
2012-10-06 8:19 UTC
[PATCH 03/22] reiserfs: drop vmtruncate
2012-10-06 8:12 UTC
[PATCH 07/22] adfs: drop vmtruncate
2012-10-06 8:18 UTC
[PATCH 06/22] ocfs2: drop vmtruncate
2012-10-06 8:17 UTC
[PATCH 01/22] ufs: drop vmtruncate
2012-10-06 8:10 UTC
[PATCH 05/22] omfs: drop vmtruncate
2012-10-06 8:17 UTC
[PATCH 00/22 v2] drop vmtruncate
2012-10-06 8:09 UTC
[PATCH 04/22] procfs: drop vmtruncate
2012-10-06 8:13 UTC
[PATCH 02/22] sysv: drop vmtruncate
2012-10-06 8:11 UTC
[PATCH] fuse: Only allow read/writing user xattrs
2012-10-05 22:50 UTC
[PATCH] fs: Preserve error code in get_empty_filp()
2012-10-05 18:39 UTC (3+ messages)
[PATCH 00/16] ARM: mostly harmless gcc warnings
2012-10-05 14:55 UTC (2+ messages)
` [PATCH 05/16] vfs: bogus warnings in fs/namei.c
[RFC, PATCH 0/9 v4] fsfreeze: miscellaneous fixes and cleanups
2012-10-05 4:30 UTC (11+ messages)
` [PATCH 7/9] fsfreeze: freeze_super and thaw_bdev don't play well together
[PATCH 0/9 v5] fsfreeze: miscellaneous fixes and cleanups
2012-10-05 5:44 UTC (10+ messages)
` [PATCH 1/9] vfs: add __iterate_supers() and helpers around it
` [PATCH 2/9] fsfreeze: add unlocked version of thaw_super
` [PATCH 3/9] fsfreeze: Prevent emergency thaw from looping infinitely
` [PATCH 4/9] fsfreeze: emergency thaw will deadlock on s_umount
` [PATCH 5/9] xfs: switch to using super methods for fsfreeze
` [PATCH 6/9] fsfreeze: move emergency thaw code to fs/super.c
` [PATCH 7/9] fsfreeze: freeze_super and thaw_bdev don't play well together
` [PATCH 8/9] fsfreeze: add vfs ioctl to check freeze state
` [PATCH 9/9] fsfreeze: add block device "
[PATCH] fs: handle failed audit_log_start properly
2012-10-05 0:44 UTC (2+ messages)
[PATCH] fs: prevent use after free in auditing when symlink following was denied
2012-10-05 0:43 UTC (3+ messages)
[RFC, PATCH] Extensible AIO interface
2012-10-04 19:50 UTC (21+ messages)
[PULL REQUEST] ext3 & udf fixes for 3.7-rc1
2012-10-04 12:34 UTC
[PATCH] [RFC] coredump: Ensure that the coredump helper has stdout and stderr
2012-10-04 11:07 UTC (2+ messages)
New sparse warning on setting s_maxbytes?
2012-10-03 20:08 UTC (4+ messages)
hfsplus BUG: Bad page state in process du pfn:07759 (Re: hfsplus corruption, failed fsck, journalling and zero'ing extent record on delete)
2012-10-03 10:45 UTC (3+ messages)
[git pull] vfs, part 1
2012-10-03 2:48 UTC (3+ messages)
Bug#669314: NFS: kernel forces trailing slash for export in /proc/self/mounts
2012-10-02 22:37 UTC (7+ messages)
` "
[OOPS: overlayfs on kernel 3.5.2]
2012-10-02 22:21 UTC (3+ messages)
[PATCH v7 00/49] audit/getname/estale patch series
2012-10-02 16:55 UTC (56+ messages)
` [PATCH v7 01/49] audit: remove unnecessary NULL ptr checks from do_path_lookup
` [PATCH v7 02/49] audit: pass in dentry to audit_copy_inode wherever possible
` [PATCH v7 03/49] audit: no need to walk list in audit_inode if name is NULL
` [PATCH v7 04/49] audit: reverse arguments to audit_inode_child
` [PATCH v7 05/49] audit: add a new "type" field to audit_names struct
` [PATCH v7 06/49] audit: set the name_len in audit_inode for parent lookups
` [PATCH v7 07/49] audit: remove dirlen argument to audit_compare_dname_path
` [PATCH v7 08/49] audit: make audit_compare_dname_path use parent_len helper
` [PATCH v7 09/49] audit: optimize audit_compare_dname_path
` [PATCH v7 10/49] audit: overhaul __audit_inode_child to accomodate retrying
` [PATCH v7 11/49] vfs: allocate page instead of names_cache buffer in mount_block_root
` [PATCH v7 12/49] vfs: make dir_name arg to do_mount a const char *
` [PATCH v7 13/49] acct: constify the name arg to acct_on
` [PATCH v7 14/49] vfs: define getname_info struct and have getname() return it
` [PATCH v7 15/49] audit: allow audit code to satisfy getname requests from its names_list
` [PATCH v7 16/49] vfs: turn do_path_lookup into wrapper around getname_info variant
` [PATCH v7 17/49] vfs: make path_openat take a getname_info pointer
` [PATCH v7 18/49] audit: make audit_inode take getname_info
` [PATCH v7 19/49] vfs: embed getname_info inside of names_cache allocation if possible
` [PATCH v7 20/49] vfs: unexport getname and putname symbols
` [PATCH v7 21/49] vfs: add a retry_estale helper function to handle retries on ESTALE
` [PATCH v7 22/49] vfs: make fstatat retry on ESTALE errors from getattr call
` [PATCH v7 23/49] vfs: fix readlinkat to retry on ESTALE
` [PATCH v7 24/49] vfs: add new "reval" argument to kern_path_create and user_path_create
` [PATCH v7 25/49] vfs: fix mknodat to retry on ESTALE errors
` [PATCH v7 26/49] vfs: fix mkdir "
` [PATCH v7 27/49] vfs: fix symlinkat "
` [PATCH v7 28/49] vfs: fix linkat "
` [PATCH v7 29/49] vfs: add a reval argument to user_path_parent
` [PATCH v7 30/49] vfs: make rmdir retry on ESTALE errors
` [PATCH v7 31/49] vfs: make do_unlinkat "
` [PATCH v7 32/49] vfs: fix renameat to "
` [PATCH v7 33/49] vfs: have do_sys_truncate retry once on an ESTALE error
` [PATCH v7 34/49] vfs: have faccessat "
` [PATCH v7 35/49] vfs: have chdir retry lookup and call once on "
` [PATCH v7 36/49] vfs: make chroot retry "
` [PATCH v7 37/49] vfs: make fchmodat retry once on ESTALE errors
` [PATCH v7 38/49] vfs: make fchownat "
` [PATCH v7 39/49] vfs: convert do_filp_open to use retry_estale helper
` [PATCH v7 40/49] vfs: convert do_file_open_root "
` [PATCH v7 41/49] vfs: allow utimensat() calls to retry once on an ESTALE error
` [PATCH v7 42/49] vfs: allow setxattr to retry once on ESTALE errors
` [PATCH v7 43/49] vfs: allow lsetxattr() "
` [PATCH v7 44/49] vfs: make getxattr retry once on an ESTALE error
` [PATCH v7 45/49] vfs: make lgetxattr retry once on ESTALE
` [PATCH v7 46/49] vfs: make listxattr retry once on ESTALE error
` [PATCH v7 47/49] vfs: make llistxattr "
` [PATCH v7 48/49] vfs: make removexattr retry once on ESTALE
` [PATCH v7 49/49] vfs: make lremovexattr retry once on ESTALE error
[PATCH 0/10] fuse: An attempt to implement a write-back cache policy
2012-10-01 17:30 UTC (4+ messages)
` [PATCH 6/10] fuse: Trust kernel i_size only
[PATCH] fs: block pipe_write() on a frozen filesystem
2012-10-01 15:34 UTC (2+ messages)
[PATCH] loop: Make explicit loop device destruction lazy
2012-10-01 14:00 UTC (7+ messages)
[PATCH v2 4/4] hfsplus: add support of manipulation by attributes file
2012-10-01 11:52 UTC (3+ messages)
[RFC][PATCH 0/8 v2] ext4: extent status tree (step 1)
2012-09-30 14:00 UTC (15+ messages)
` [RFC][PATCH 3/8 v2] ext4: initialize extent status tree
` Fwd: "
linux-next: Tree for Sept 28 (ext4|vfs related issues?)
2012-09-28 17:38 UTC (3+ messages)
[git pull][vfs.git] a couple of fixes
2012-09-28 17:08 UTC (2+ messages)
[PATCH 0/3] ext4: punching hole improvement
2012-09-28 14:25 UTC (4+ messages)
` [PATCH 1/3] ext4: add block-based file punching hole support
[PATCH v3 1/2] writeback: add dirty_background_centisecs per bdi variable
2012-09-28 1:59 UTC (7+ messages)
mmotm 2012-09-27-16-57 uploaded
2012-09-27 23:58 UTC
When ghosting is enabled, failed mounts by AutoFS leave broken directories
2012-09-27 18:59 UTC (9+ messages)
[PATCH] blkdiscard: add new command
2012-09-27 17:33 UTC (2+ messages)
[PATCH 1/1] fiemap: move i_op->fiemap() locking to the ioctl_fiemap()
2012-09-27 13:11 UTC (11+ messages)
[patch 0/7] auxiliary fdinfo, new round
2012-09-27 13:00 UTC (4+ messages)
` [patch 1/7] procfs: Add ability to plug in auxiliary fdinfo providers
[PATCH 1/8] fs/namespace.c: introduce helper function path_unmounted()
2012-09-27 12:51 UTC (8+ messages)
` [PATCH 2/8] fs/namespace.c: remove unused macro MNT_WRITER_UNDERFLOW_LIMIT
` [PATCH 3/8] fs/namespace.c: trivial code clean
` [PATCH 4/8] fs/namespace.c: check permission early in sys_[u]mount
` [PATCH 5/8] fs/namei.c: introduce macro AT_FDINV
` [PATCH 6/8] fs/inode.c: call alloc_inode() in new_inode() directly
` [PATCH 7/8] fs/inode.c: remove outstanding spin lock prefetch
` [PATCH 8/8] vfs: misc comment clean
[PATCH][RFC]ext4 on 4k-sector drives without read-modify-write support
2012-09-27 11:41 UTC (4+ messages)
[PATCH 0/2] iterate_bdevs() cleanups
2012-09-27 12:39 UTC (3+ messages)
` [PATCH 1/2] fs: Change iterate_bdevs() to iterate over all_bdevs list instead of blockdev_superblock
` [PATCH 2/2] fs: Move check for mappings without pages from iterate_bdevs()
[PATCH 0/8] Misc vfs code clean
2012-09-27 12:16 UTC
[RFC v4 Patch 0/4] fs/inode.c: optimization for inode lock usage
2012-09-27 11:51 UTC (12+ messages)
[PATCH] fs: Move check for mappings without pages from iterate_bdevs()
2012-09-27 9:31 UTC (3+ messages)
[PATCH 1/1] hfsplus: code style fixes - reworked support of extended attributes
2012-09-27 7:34 UTC
[RFC v2 00/10] vfs: hot data tracking
2012-09-27 7:21 UTC (21+ messages)
` [RFC v2 03/10] vfs: add one new mount option '-o hottrack'
` [RFC v2 05/10] vfs: introduce one hash table
` [RFC v2 06/10] vfs: enable hot data tracking
` [RFC v2 07/10] vfs: fork one kthread to update data temperature
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).