linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2010-04-26 17:34:32 to 2010-05-03 23:13:10 UTC [more...]

[RFC PATCH 00/39] Union mounts with xattrs
 2010-05-03 23:12 UTC  (21+ messages)
` [PATCH 01/39] VFS: Comment follow_mount() and friends
` [PATCH 02/39] VFS: Make lookup_hash() return a struct path
` [PATCH 03/39] VFS: Add read-only users count to superblock
` [PATCH 04/39] autofs4: Save autofs trigger's vfsmount in super block info
` [PATCH 05/39] whiteout/NFSD: Don't return information about whiteouts to userspace
` [PATCH 06/39] whiteout: Add vfs_whiteout() and whiteout inode operation
` [PATCH 07/39] whiteout: Set S_OPAQUE inode flag when creating directories
` [PATCH 08/39] whiteout: Allow removal of a directory with whiteouts
` [PATCH 09/39] whiteout: tmpfs whiteout support
` [PATCH 12/39] whiteout: jffs2 "
` [PATCH 15/39] fallthru: jffs2 fallthru support
` [PATCH 21/39] union-mount: Implement union lookup
` [PATCH 24/39] union-mount: Copy up directory entries on first readdir()
` [PATCH 27/39] union-mount: In-kernel copyup routines
` [PATCH 28/39] union-mount: In-kernel copyup of xattrs
` [PATCH 29/39] union-mount: Implement union-aware access()/faccessat()
` [PATCH 31/39] union-mount: Implement union-aware rename()
` [PATCH 34/39] union-mount: Implement union-aware truncate()
` [PATCH 36/39] union-mount: Implement union-aware lchown()
` [PATCH 37/39] union-mount: Implement union-aware utimensat()

[PATCH v2] mtd: Do not corrupt backing device of device node inode
 2010-05-03 21:32 UTC 

[PATCH] mtd: Do not corrupt backing device for inode
 2010-05-03 18:54 UTC  (3+ messages)
` [PATCH] mtd: Do not corrupt backing device of device node inode

[PATCH 3/3] Btrfs: add basic DIO read support
 2010-05-03 17:28 UTC 

[PATCH 2/3] direct-io: add a hook for the fs to provide its own submit_bio function
 2010-05-03 17:27 UTC 

[PATCH 1/3] fs: allow short direct-io reads to be completed via buffered IO
 2010-05-03 17:27 UTC 

[PATCH 1/3] fs: allow short direct-io reads to be completed via buffered IO
 2010-05-03 16:11 UTC  (3+ messages)
` [PATCH 2/3] direct-io: add a hook for the fs to provide its own submit_bio function
  ` [PATCH 3/3] Btrfs: add basic DIO read support

[PATCH] nilfs2: fix sync silent failure
 2010-05-03 14:36 UTC  (3+ messages)

[PATCH] exofs: Add default address_space_operations
 2010-05-03 10:18 UTC 

[PATCH] fs: use kmalloc() to allocate fdmem if possible
 2010-05-03  9:29 UTC  (16+ messages)

[PATCH] Prevent creation of files larger than RLIMIT_FSIZE using fallocate
 2010-05-03  8:31 UTC  (12+ messages)
          ` [PATCH] New testcase to check if fallocate respects RLIMIT_FSIZE or not

[PATCH v2] fs: use kmalloc() to allocate fdmem if possible
 2010-05-02 19:02 UTC 

Your mailbox has exceeded the storage limit
 2010-05-02 19:32 UTC 

[PATCH 1/5] FS: libfs, implement simple_write_to_buffer
 2010-05-01 22:00 UTC  (5+ messages)

[PATCH 0/4] writeback: tracing and wbc->nr_to_write fixes
 2010-05-01 19:47 UTC  (10+ messages)
` [PATCH 3/4] writeback: pay attention to wbc->nr_to_write in write_cache_pages

[PATCH v21 019/100] Make file_pos_read/write() public and export kernel_write()
 2010-05-01 14:16 UTC  (21+ messages)
` [PATCH v21 020/100] c/r: documentation
` [PATCH v21 022/100] c/r: basic infrastructure for checkpoint/restart
` [PATCH v21 036/100] c/r: introduce vfs_fcntl()
` [PATCH v21 037/100] c/r: introduce new 'file_operations': ->checkpoint, ->collect()
` [PATCH v21 038/100] c/r: checkpoint and restart open file descriptors
` [PATCH v21 039/100] c/r: introduce method '->checkpoint()' in struct vm_operations_struct
` [PATCH v21 041/100] c/r: dump memory address space (private memory)
` [PATCH v21 042/100] c/r: add generic '->checkpoint' f_op to ext fses
` [PATCH v21 043/100] c/r: add generic '->checkpoint()' f_op to simple devices
` [PATCH v21 044/100] c/r: add checkpoint operation for opened files of generic filesystems
` [PATCH v21 046/100] c/r: dump anonymous- and file-mapped- shared memory
` [PATCH v21 047/100] splice: export pipe/file-to-pipe/file functionality
  ` [PATCH v21 048/100] c/r: support for open pipes
` [PATCH v21 049/100] c/r: checkpoint and restore FIFOs
` [PATCH v21 050/100] c/r: refuse to checkpoint if monitoring directories with dnotify
` [PATCH v21 063/100] c/r: restore file->f_cred
` [PATCH v21 079/100] c/r: checkpoint/restart epoll sets
` [PATCH v21 080/100] c/r: checkpoint/restart eventfd
` [PATCH v21 081/100] c/r: restore task fs_root and pwd (v3)
` [PATCH v21 082/100] c/r: preliminary support mounts namespace

[PATCH 03/11] writeback: make bitfields unsigned
 2010-04-30 13:34 UTC 

exofs: add bdi backing to mount session
 2010-04-29 10:43 UTC  (3+ messages)
  ` [PATCH] exofs: Fix "add bdi backing to mount session" fall out

Difference between release_page() and launder_page()
 2010-04-30 12:05 UTC 

[PATCH 08/35] whiteout: tmpfs whiteout support
 2010-04-29 20:20 UTC  (14+ messages)
` [PATCH 09/35] whiteout: Split of ext2_append_link() from ext2_add_link()
  ` [PATCH 10/35] whiteout: ext2 whiteout support
    ` [PATCH 11/35] whiteout: jffs2 "
      ` [PATCH 12/35] fallthru: Basic fallthru definitions
        ` [PATCH 13/35] fallthru: ext2 fallthru support
          ` [PATCH 14/35] fallthru: jffs2 "
            ` [PATCH 15/35] fallthru: tmpfs "
              ` [PATCH 16/35] union-mount: Writable overlays/union mounts documentation

[PATCH 0/5] RFC: introduce extended inode owner identifier v6
 2010-04-30 12:14 UTC  (4+ messages)
` Ping
    ` Ping to Al

UBIFS, Memory fragmentation problem
 2010-04-29 11:00 UTC 

[PATCH] ubifs: add update vfs super block infomation when remount to ro mode
 2010-04-29  6:44 UTC  (7+ messages)

Cleancache [PATCH 6/7] (was Transcendent Memory): ext4 hook
 2010-04-28 23:08 UTC 

NFS hard read-only mount option - again
 2010-04-28 20:56 UTC  (5+ messages)

[RFC] sched: implement the exclusive wait queue as a LIFO queue
 2010-04-28 18:57 UTC  (24+ messages)

£1,000,000.00 Pounds
 2010-04-28 16:20 UTC 

[RFC PATCH 0/6] fuse: implement zero copy read
 2010-04-28 16:16 UTC  (7+ messages)
` [RFC PATCH 1/6] mm: export lru_cache_add_*() to modules
` [RFC PATCH 2/6] mm: export remove_from_page_cache() "
` [RFC PATCH 3/6] fuse: use get_user_pages_fast()
` [RFC PATCH 4/6] fuse: get page reference for readpages
` [RFC PATCH 5/6] fuse: support splice() writing to fuse device
` [RFC PATCH 6/6] fuse: allow splice to move pages

[PATCH 0/2] Context sensitive memory shrinker support
 2010-04-28 13:45 UTC  (13+ messages)
` [PATCH 1/2] mm: add context argument to shrinker callback

[PATCH -V6 0/8] Generic name to handle and open by handle syscalls
 2010-04-28  5:09 UTC  (12+ messages)
` [PATCH -V6 1/8] exportfs: Return the minimum required handle size
` [PATCH -V6 2/8] vfs: Add name to file handle conversion support
` [PATCH -V6 3/8] vfs: Add open by file handle support
` [PATCH -V6 4/8] vfs: Add freadlink syscall
` [PATCH -V6 5/8] ext4: Add get_fsid callback
` [PATCH -V6 6/8] x86: Add new syscalls for x86_32
` [PATCH -V6 7/8] x86: Add new syscalls for x86_64
` [PATCH -V6 8/8] ext3: Add get_fsid callback

[PATCH 1/3] vfs: re-introduce MAY_CHDIR
 2010-04-27 22:34 UTC  (11+ messages)
` [PATCH 2/3] security: make LSMs explicitly mask off permissions
` [PATCH 3/3] SELinux: special dontaudit for access checks

[patch 4/7] vfs: O_* bit numbers uniqueness check
 2010-04-27 21:23 UTC 

[patch 6/7] vfs: clarify that nonseekable_open() will never fail
 2010-04-27 21:24 UTC 

[patch 1/7] vfs: fix vfs_rename_dir for FS_RENAME_DOES_D_MOVE filesystems
 2010-04-27 21:23 UTC 

[patch 5/7] vfs: introduce FMODE_NEG_OFFSET for allowing negative f_pos
 2010-04-27 21:23 UTC 

[patch 7/7] namei.c: update mnt when it is needed
 2010-04-27 21:24 UTC 

[patch 3/7] vfs: add lockdep annotation to s_vfs_rename_key for ecryptfs
 2010-04-27 21:23 UTC 

[patch 2/7] vfs: improve comment describing fget_light()
 2010-04-27 21:23 UTC 

[PATCH -V4] Generic name to handle and open by handle syscalls
 2010-04-27 13:28 UTC  (13+ messages)
` [PATCH -V4 2/6] vfs: Add name to file handle conversion support
` [PATCH -V4 6/6] x86: Add new syscalls for x86_64

No one seems to be using AOP_WRITEPAGE_ACTIVATE?
 2010-04-27 13:03 UTC  (3+ messages)

[PATCH -V5 0/8] Generic name to handle and open by handle syscalls
 2010-04-27  6:10 UTC  (11+ messages)
` [PATCH -V5 2/8] vfs: Add name to file handle conversion support
` [PATCH -V5 3/8] vfs: Add open by file handle support
` [PATCH -V5 5/8] ext4: Add get_fsid callback
` [PATCH -V5 6/8] x86: Add new syscalls for x86_32
` [PATCH -V5 7/8] x86: Add new syscalls for x86_64
` [PATCH -V5 8/8] ext3: Add get_fsid callback

[PATCH] quota: Make quota stat accounting lockless
 2010-04-27  3:54 UTC  (7+ messages)

dentist mailing lists
 2010-04-27  2:09 UTC 

Locking between writeback and truncate paths?
 2010-04-27  0:05 UTC  (2+ messages)

Direct aio_write/truncate question
 2010-04-26 23:55 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).