messages from 2007-10-24 15:27:49 to 2007-10-30 10:49:12 UTC [more...]
Proposal to improve filesystem/block snapshot interaction
2007-10-30 10:49 UTC (8+ messages)
[PATCH] 0/4 fs/ioctl.c coding style, rename vfs_ioctl/do_ioctl, refactoring (take 2)
2007-10-30 9:59 UTC (8+ messages)
` [PATCH 1/4] VFS: apply coding standards to fs/ioctl.c
` [PATCH 2/4] VFS: swap do_ioctl and vfs_ioctl names
` [PATCH 3/4] VFS: factor out three helpers for FIBMAP/FIONBIO/FIOASYNC file ioctls
` [PATCH 4/4] Unionfs: use vfs_ioctl
[PATCH] 0/3 fs/ioctl.c coding style, rename vfs_ioctl/do_ioctl
2007-10-30 9:55 UTC (10+ messages)
` [PATCH 1/3] VFS: apply coding standards to fs/ioctl.c
` [PATCH 2/3] VFS: swap do_ioctl and vfs_ioctl names
` [PATCH 3/3] Unionfs: use vfs_ioctl
[RFC] add FIEMAP ioctl to efficiently map file allocation
2007-10-30 0:25 UTC (17+ messages)
msync(2) bug(?), returns AOP_WRITEPAGE_ACTIVATE to userland
2007-10-29 20:33 UTC (5+ messages)
[patch 0/6][RFC] Cleanup FIBMAP
2007-10-29 20:01 UTC (20+ messages)
` [patch 1/6][RFC] Keep FIBMAP from looking at negative block nrs
` [patch 2/6][RFC] Allow FIBMAP to return EFBIG on large filesystems
` [patch 3/6][RFC] Move FIBMAP logic
` [patch 4/6][RFC] Attempt to plug race with truncate
` [patch 5/6][RFC] Introduce FIBMAP64
` [patch 6/6][RFC] Drop CAP_SYS_RAWIO requirement on FIBMAP
[PATCH] locks: fix possible infinite loop in posix deadlock detection
2007-10-29 9:15 UTC (24+ messages)
` [RFC, PATCH] locks: remove "
Networked filesystems vs backing_dev_info
2007-10-28 7:46 UTC (7+ messages)
[PATCH 1/9] Unionfs: security convert lsm into a static interface fix
2007-10-27 23:01 UTC (2+ messages)
[0/3] Distributed storage. Mirror algo extension for automatic recovery
2007-10-27 10:34 UTC (3+ messages)
[PATCH] 9p: add missing end-of-options record for trans_fd
2007-10-26 23:07 UTC
[PATCH] 9p: return NULL when trans not found
2007-10-26 23:06 UTC
[PATCH] 9p: use copy of the options value instead of original
2007-10-26 23:05 UTC
[patch 1/1] Drop CAP_SYS_RAWIO requirement for FIBMAP
2007-10-26 22:53 UTC (8+ messages)
[RFC 0/2] getsecurity/vfs_getxattr cleanup
2007-10-26 22:14 UTC (18+ messages)
` [PATCH 1/2] VFS/Security: Rework inode_getsecurity and callers to return resulting buffer
` [PATCH 2/2] VFS: Reorder vfs_getxattr to avoid unnecessary calls to the LSM
[RFC PATCH 0/2] Fix linux/swap.h build wart
2007-10-26 21:49 UTC (3+ messages)
[RFC PATCH 1/2] Remove highmem.h include from pagemap.h
2007-10-26 19:25 UTC
[RFC PATCH 2/2] Add pagemap.h include to swap.h
2007-10-26 19:25 UTC
[patch] fs: restore nobh
2007-10-26 16:55 UTC (5+ messages)
[PATCH] Add an ERR_CAST() function to complement ERR_PTR and co. [try #5.2]
2007-10-26 11:46 UTC
msync(2) bug(?), returns AOP_WRITEPAGE_ACTIVATE to userland
2007-10-26 11:26 UTC (20+ messages)
` [PATCH] fix tmpfs BUG and AOP_WRITEPAGE_ACTIVATE
` [PATCH+comment] "
Distributed storage. Move away from char device ioctls
2007-10-26 10:44 UTC (6+ messages)
[PATCH] VFS: new fgetattr() file operation
2007-10-26 9:33 UTC (9+ messages)
[PATCH 00/31] Remove iget() and read_inode() [try #5]
2007-10-26 0:20 UTC (36+ messages)
` [PATCH 01/31] Add an ERR_CAST() macro to complement ERR_PTR and co. "
` [PATCH 02/31] Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p) "
` [PATCH 03/31] IGET: Introduce a function to register iget failure "
` [PATCH 04/31] IGET: Use iget_failed() in AFS "
` [PATCH 05/31] IGET: Use iget_failed() in GFS2 "
` [PATCH 06/31] IGET: Stop AFFS from using iget() and read_inode() "
` [PATCH 07/31] IGET: Stop autofs "
` [PATCH 08/31] IGET: Stop BEFS "
` [PATCH 09/31] IGET: Stop BFS "
` [PATCH 10/31] IGET: Stop CIFS "
` [PATCH 11/31] IGET: Stop EFS "
` [PATCH 12/31] IGET: Stop EXT2 "
` [PATCH 13/31] IGET: Stop EXT3 "
` [PATCH 14/31] IGET: Stop EXT4 "
` [PATCH 15/31] IGET: Stop FAT "
` [PATCH 16/31] IGET: Stop FreeVXFS "
` [PATCH 17/31] IGET: Stop FUSE "
` [PATCH 18/31] IGET: Stop HFSPLUS "
` [PATCH 19/31] IGET: Stop ISOFS from using "
` [PATCH 20/31] IGET: Stop JFFS2 from using iget() and "
` [PATCH 21/31] IGET: Stop JFS "
` [PATCH 22/31] IGET: Stop the MINIX filesystem "
` [PATCH 23/31] IGET: Stop PROCFS "
` [PATCH 24/31] IGET: Stop QNX4 "
` [PATCH 25/31] IGET: Stop ROMFS "
` [PATCH 26/31] IGET: Stop the SYSV filesystem "
` [PATCH 27/31] IGET: Stop UFS "
` [PATCH 28/31] IGET: Stop OPENPROMFS "
` [PATCH 29/31] IGET: Stop HOSTFS "
` [PATCH 30/31] IGET: Stop HPPFS "
` [PATCH 31/31] IGET: Remove iget() and the read_inode() super op as being obsolete "
[PATCH] Add an ERR_CAST() function to complement ERR_PTR and co. [try #5.1]
2007-10-25 23:03 UTC
msync(2) bug(?), returns AOP_WRITEPAGE_ACTIVATE to userland
2007-10-25 16:40 UTC (2+ messages)
Caching semi-digested credentials in struct cred
2007-10-25 15:59 UTC (8+ messages)
[PATCH 2.6.24-rc1]EXPORT_SYMBOL(__set_page_dirty_no_writeback);
2007-10-25 12:17 UTC
+ reiserfs-dont-drop-pg_dirty-when-releasing-sub-page-sized-dirty-file .patch added to -mm tree
2007-10-25 2:37 UTC (2+ messages)
ask for help, a question about ext3_ioctl()
2007-10-25 2:30 UTC
[patch]A potential bug in inotify_user.c
2007-10-24 19:41 UTC (3+ messages)
[CFP] 2008 Linux Storage and Filesystem Workshop
2007-10-24 19:23 UTC
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).