linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2010-08-13 14:38:20 to 2010-08-18 02:41:53 UTC [more...]

remove_suid bangs on xattrs
 2010-08-18  2:41 UTC  (3+ messages)

[PATCH] fs.h: introduce functions to get/set file->private_data
 2010-08-18  1:32 UTC  (11+ messages)

[PATCH 00/39] Union mounts - return d_ino from lower fs
 2010-08-18  1:23 UTC  (14+ messages)
` [PATCH 14/39] union-mount: Union mounts documentation
` [PATCH 19/39] union-mount: Implement union lookup
` [PATCH 23/39] fallthru: ext2 fallthru support

[2.6.36-rc1] List corruption when using initrd
 2010-08-18  1:13 UTC  (4+ messages)

[2.6.36-rc1] Bugs in __free_pipe_info()
 2010-08-18  1:13 UTC  (2+ messages)

Union mounts and file locks (was Re: [PATCH 14/39] union-mount: Union mounts documentation)
 2010-08-18  0:27 UTC  (2+ messages)

EXT3 system crash recovery
 2010-08-18  0:01 UTC 

[00/05] Add zero copy capability to virtio transport
 2010-08-17 23:31 UTC  (9+ messages)
` [PATCH 1/5] [net/9p] Add capability() to p9_trans_module
  ` [V9fs-developer] "
` [PATCH 2/5] [net/9p] Pass p9_client structure to pdu perpartion routines
` [PATCH 3/5] [net/9p] Add support for placing page addresses directly on the sg list
` [PATCH 4/5] [net/9p] Achieve zero copy on write path
` [PATCH 5/5] [net/9p] Achieve zero copy on read path

[patch 00/10] first set of vfs scale patches
 2010-08-17 23:14 UTC  (17+ messages)
` [patch 01/10] fs: fix do_lookup false negative
` [patch 02/10] fs: dentry allocation consolidation
` [patch 03/10] apparmor: use task path helpers
` [patch 04/10] fs: fs_struct rwlock to spinlock
` [patch 05/10] fs: remove extra lookup in __lookup_hash
` [patch 06/10] fs: cleanup files_lock locking
` [patch 07/10] tty: fix fu_list abuse
` [patch 08/10] lglock: introduce special lglock and brlock spin locks
` [patch 09/10] fs: scale files_lock
` [patch 10/10] fs: brlock vfsmount_lock

[PATCH 00/38] Union mounts - union stack as linked list
 2010-08-17 22:27 UTC  (6+ messages)
` [PATCH 14/38] fallthru: ext2 fallthru support

[PATCH] [fs/9p] Let the read retry on short reads
 2010-08-17 20:39 UTC  (4+ messages)
` [V9fs-developer] "

Proposal: Use hi-res clock for file timestamps
 2010-08-17 19:54 UTC  (20+ messages)

UnionMount status?
 2010-08-17 19:51 UTC  (11+ messages)

unable to mount a CD - iso9660 bug?
 2010-08-17 19:20 UTC  (8+ messages)

[PATCH] [fs/9p] Fix NULL point deref in v9fs_dir_release
 2010-08-17 18:37 UTC  (3+ messages)

[RFC PATCHSET block#for-2.6.36-post] block: convert to REQ_FLUSH/FUA
 2010-08-17 18:21 UTC  (18+ messages)
` [PATCH 1/5] block/loop: implement REQ_FLUSH/FUA support
` [PATCH 2/5] virtio_blk: "
` [PATCH 3/5] lguest: replace VIRTIO_F_BARRIER support with VIRTIO_F_FLUSH/FUA support
` [PATCH 4/5] md: implment REQ_FLUSH/FUA support
` [PATCH 5/5] dm: implement "

union mounts via ->get_unlinked_inode()
 2010-08-17 18:12 UTC 

[PATCH] [fs/9p] Remove the redundant rsize calculation in v9fs_file_write()
 2010-08-17 17:20 UTC 

[PATCH] [fs/9p] Add a Direct IO address_space_operation
 2010-08-17 17:19 UTC 

[PATCHSET block#for-2.6.36-post] block: replace barrier with sequenced flush
 2010-08-17 17:08 UTC  (20+ messages)
` [PATCH 03/11] block: deprecate barrier and replace blk_queue_ordered() with blk_queue_flush()
` [PATCH 08/11] block: rename barrier/ordered to flush
` [PATCH 10/11] fs, block: propagate REQ_FLUSH/FUA interface to upper layers
  ` [PATCH UPDATED "

[PATCH -next] quota: fix QUOTACTL kconfig for gfs2
 2010-08-17 15:03 UTC  (5+ messages)

[PATCH] cramfs: only unlock new inodes
 2010-08-17 14:08 UTC 

[git pull] vfs series, part 1
 2010-08-17 13:14 UTC  (2+ messages)

discard and barriers
 2010-08-17 10:59 UTC  (13+ messages)

[PATCH 1/1] vfs: update ctime when changing the file's permission by setfacl
 2010-08-17 10:42 UTC 

unable to mount a CD - iso9660 bug?
 2010-08-17 10:03 UTC 

[PATCH 1/3] ext3/ext4: Factor out disk addressability check
 2010-08-16 20:45 UTC  (18+ messages)
` [Ocfs2-devel] "

[PATCH 00/17][cr][v4]: C/R file owner, locks, leases
 2010-08-16 19:43 UTC  (18+ messages)
` [PATCH 01/17][cr][v4]: Add uid, euid params to f_modown()
` [PATCH 02/17][cr][v4]: Add uid, euid params to __f_setown()
` [PATCH 03/17][cr][v4]: Checkpoint file-owner information
` [PATCH 04/17][cr][v4]: Restore file_owner info
` [PATCH 05/17][cr][v4]: Move file_lock macros into linux/fs.h
` [PATCH 06/17][cr][v4]: Checkpoint file-locks
` [PATCH 07/17][cr][v4]: Define flock_set()
` [PATCH 08/17][cr][v4]: Define flock64_set()
` [PATCH 09/17][cr][v4]: Restore file-locks
` [PATCH 10/17][cr][v4]: Initialize ->fl_break_time to 0
` [PATCH 11/17][cr][v4]: Add ->fl_type_prev field
` [PATCH 12/17][cr][v4]: Add ->fl_break_notified field
` [PATCH 13/17][cr][v4]: Add jiffies_begin field to ckpt_ctx
` [PATCH 14/17][cr][v4]: Checkpoint file-leases
` [PATCH 15/17][cr][v4]: Define do_setlease()
` [PATCH 16/17][cr][v4]: Restore file-leases
` [PATCH 17/17][cr][v4]: Document design of C/R of file-locks and leases

[GIT PULL] Ceph refactor, and rados block device (rbd) for 2.6.36
 2010-08-16 14:37 UTC 

Proposal for a new lock type
 2010-08-15 17:11 UTC  (3+ messages)

fun with logfs
 2010-08-14 14:44 UTC 

[PATCH 0/8] rados block device and ceph refactor
 2010-08-14 14:23 UTC  (14+ messages)
` [PATCH 1/8] ceph-rbd: lookup pool in osdmap by name
` [PATCH 2/8] ceph-rbd: refactor osdc requests creation functions
` [PATCH 3/8] ceph-rbd: messenger and osdc changes for rbd
` [PATCH 4/8] ceph-rbd: enable creation of clients that don't need mds
` [PATCH 5/8] ceph-rbd: refactor mount related functions, add helpers
` [PATCH 6/8] ceph-rbd: osdc support for osd call and rollback operations
` [PATCH 8/8] rbd: introduce rados block device (rbd), based on libceph

[PATCH] nfs: lookupcache coherence bugs in WCC update path (revised)
 2010-08-13 18:30 UTC  (2+ messages)


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).