messages from 2012-09-07 15:12:47 to 2012-09-19 18:53:44 UTC [more...]
[RFC][PATCH 0/8 v2] ext4: extent status tree (step 1)
2012-09-19 18:53 UTC (6+ messages)
` [RFC][PATCH 2/8 v2] ext4: add operations on extent status tree
` [RFC][PATCH 3/8 v2] ext4: initialize "
[PATCH 0/2] struct pid-ify autofs4
2012-09-19 15:29 UTC (3+ messages)
` [PATCH 1/2] Replace pid_t in autofs4 with struct pid reference
` [PATCH 2/2] autofs4: store struct pids in autofs_waitqs
[PATCH] vfs: delete surplus inode NULL check
2012-09-19 14:49 UTC
kernel BUG at fs/dcache.c:2105 (__d_rehash(): BUG_ON(!d_unhashed(entry)))
2012-09-19 14:07 UTC (6+ messages)
[PATCH RESEND] compat_ioctl: Add RS-485 IOCTLs to the list
2012-09-19 13:29 UTC (3+ messages)
` [PATCH RESEND "
IMA policy search speedup
2012-09-19 10:50 UTC (5+ messages)
[regression] __d_unalias() should refuse to move mountpoints
2012-09-19 9:20 UTC (2+ messages)
[PATCH 0/2 RESEND] POSIX-compliant version of fchmodat with flag argument
2012-09-18 20:39 UTC (2+ messages)
[PATCH 1/2] vfs: dcache: fix deadlock in tree traversal
2012-09-18 20:35 UTC (9+ messages)
` [PATCH 2/2] vfs: dcache: use DCACHE_DENTRY_KILLED instead of DCACHE_DISCONNECTED in d_kill()
` [PATCH] trivial select_parent documentation fix
Crash when IO is being submitted and block size is changed
2012-09-18 20:11 UTC (22+ 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
Anyone have test cases for SEEK_HOLE/SEEK_DATA?
2012-09-18 19:03 UTC (10+ messages)
[RFC v1 00/11] vfs: hot data tracking
2012-09-18 6:44 UTC (18+ messages)
` [RFC v1 01/11] vfs: introduce one structure hot_info
` [RFC v1 02/11] vfs: introduce one rb tree - hot_inode_tree
` [RFC v1 03/11] vfs: introduce 2 rb tree items - inode and range
` [RFC v1 04/11] vfs: add support for updating access frequency
` [RFC v1 05/11] vfs: add one new mount option '-o hottrack'
` [RFC v1 06/11] vfs: add init and exit support
` [RFC v1 07/11] vfs: introduce one hash table
` [RFC v1 08/11] vfs: enable hot data tracking
` [RFC v1 09/11] vfs: fork one private kthread to update temperature info
` [RFC v1 10/11] vfs: add 3 new ioctl interfaces
` [RFC v1 11/11] vfs: add debugfs support
[PATCH 4/4] hfsplus: add support of manipulation by attributes file
2012-09-17 20:09 UTC (10+ messages)
[patch 0/7] auxiliary fdinfo, new round
2012-09-17 18:18 UTC (9+ messages)
` [patch 1/7] procfs: Add ability to plug in auxiliary fdinfo providers
` [patch 2/7] fs, exportfs: Escape nil dereference if no s_export_op present
` [patch 3/7] fs, notify: Add file handle entry into inotify_inode_mark
` [patch 4/7] fs, notify: Add procfs fdinfo helper v4
` [patch 5/7] fs, eventfd: Add procfs fdinfo helper
` [patch 6/7] fs, epoll: Add procfs fdinfo helper v2
` [patch 7/7] fdinfo: Show sigmask for signalfd fd v2
[RFC][PATCH] fs/buffer.c: Revoke LRU when trying to drop buffers
2012-09-17 17:57 UTC (3+ messages)
[PATCH] fs/proc: Move kfree outside pde_unload_lock
2012-09-17 15:57 UTC (8+ messages)
Bug#669314: NFS: kernel forces trailing slash for export in /proc/self/mounts
2012-09-16 20:41 UTC (5+ messages)
` "
[RFC, PATCH 0/9 v4] fsfreeze: miscellaneous fixes and cleanups
2012-09-15 1:15 UTC (12+ 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 00/15 v2] Add invalidatepage_range address space operation
2012-09-14 13:21 UTC (10+ messages)
` [PATCH 01/15 v2] mm: add "
` [PATCH 07/15 v2] ext4: Take i_mutex before punching hole
[PATCH 0/8 v2] fsfreeze: miscellaneous fixes and cleanups
2012-09-14 8:18 UTC (15+ messages)
` [PATCH 2/8] fsfreeze: emergency thaw will deadlock on s_umount
` [PATCH 6/8] fsfreeze: add vfs ioctl to check freeze state
[RFC 00/11] VFS: hot data tracking
2012-09-14 7:35 UTC (8+ messages)
` [RFC 01/11] vfs: introduce one structure hot_info
` [RFC 02/11] vfs: introduce one rb tree - hot_inode_tree
` [RFC 03/11] vfs: introduce 2 rb tree items - inode and range
` [RFC 04/11] vfs: add support for updating access frequency
` [RFC 05/11] vfs: add one new mount option -o hottrack
[RFC 0/9 v3] fsfreeze: miscellaneous fixes and cleanups
2012-09-14 6:22 UTC (23+ messages)
` [PATCH 1/9] vfs: add __iterate_supers() helper
` [RFC 2/9] fsfreeze: add unlocked version of thaw_super
` [RFC 3/9] fsfreeze: Prevent emergency thaw from looping infinitely
` [RFC 4/9] fsfreeze: emergency thaw will deadlock on s_umount
` [RFC 5/9] xfs: switch to using super methods for fsfreeze
` [RFC 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 "
XFS status update for August 2012
2012-09-13 8:04 UTC
[REVIEW][PATCH 0/15] userns subsystem conversions
2012-09-13 3:29 UTC (5+ messages)
` [REVIEW][PATCH 12/15] userns: Convert drm to use kuid and kgid and struct pid where appropriate
[PATCH] fs: Preserve error code in get_empty_filp()
2012-09-13 3:11 UTC
mmotm 2012-09-12-17-36 uploaded
2012-09-13 0:38 UTC
[PATCH] fs: Preserve error code in get_empty_filp()
2012-09-12 17:39 UTC (2+ messages)
[RFC PATCH 0/2] issues with NFS filesystems as lower layer
2012-09-12 16:07 UTC (7+ messages)
[PATCH] MAX_LFS_FILESIZE should be a loff_t
2012-09-12 10:44 UTC (2+ messages)
mmotm 2012-09-06-16-46 uploaded
2012-09-11 22:17 UTC (6+ messages)
` mmotm 2012-09-06-16-46 uploaded (fs/binfmt_aout)
[RFC 06/11] vfs: add init and exit support
2012-09-11 14:40 UTC (6+ messages)
` [RFC 07/11] vfs: introduce one hash table
` [RFC 08/11] vfs: enable hot data tracking
` [RFC 09/11] vfs: fork one private kthread to update temperature info
` [RFC 10/11] vfs: add 3 new ioctl interfaces
` [RFC 11/11] vfs: add debugfs support
[PATCH] vfs: correct comment for fs/fs-writeback.c/move_expired_inodes
2012-09-11 0:31 UTC (3+ messages)
[PULL] UDF and ext3 fix for 3.6-rc6
2012-09-10 20:19 UTC
[GIT PULL] fuse fixes for 3.6
2012-09-10 15:16 UTC
[RFC PATCH 00/13] Implement NFSv4 delegations, take 4
2012-09-10 14:35 UTC (11+ messages)
` [RFC PATCH 05/13] vfs: take i_mutex on renamed file
[PATCH] procfs: don't need a PATH_MAX allocation to hold a string representation of an int
2012-09-10 14:28 UTC (7+ messages)
` [PATCH v2] "
New flag to super block for IMA
2012-09-10 6:37 UTC (2+ messages)
[PATCH 00/13] overlay filesystem: request for inclusion (v14)
2012-09-10 3:18 UTC (4+ messages)
` [PATCH 07/13] overlay: overlay filesystem documentation
[PATCH mmotm] slub: zero page to fix boot crashes
2012-09-09 6:21 UTC (2+ messages)
[PATCH v1 00/10] vfs: getname/putname overhaul
2012-09-08 15:38 UTC (6+ messages)
[PATCH 1/1] vfs: bio.c: fix: increment capacity only if krealloc() succeeded
2012-09-08 13:06 UTC
Loop device partition scanning is unreliable
2012-09-07 15:31 UTC (2+ messages)
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).