linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2009-05-15 06:52:33 to 2009-05-21 07:42:22 UTC [more...]

[PATCH 0/20] Sysfs cleanups
 2009-05-21  7:42 UTC  (39+ messages)
` [PATCH 01/20] sysfs: Implement sysfs_rename_link
  ` [PATCH 02/20] driver core: Use sysfs_rename_link in device_rename
    ` [PATCH 03/20] sysfs: Remove now unnecessary error reporting suppression
      ` [PATCH 04/20] sysfs: Handle the general case of removing of directories with subdirectories
        ` [PATCH 05/20] sysfs: Rename sysfs_d_iput to sysfs_dentry_iput
          ` [PATCH 06/20] sysfs: Use dentry_ops instead of directly playing with the dcache
            ` [PATCH 07/20] sysfs: Simplify sysfs_chmod_file semantics
              ` [PATCH 08/20] sysfs: Optimize just changing the sysfs file mode
                ` [PATCH 09/20] sysfs: Simplify iattr assignments
                  ` [PATCH 10/20] sysfs: Fix locking and factor out sysfs_sd_setattr
                    ` [PATCH 11/20] sysfs: Update s_iattr on link and unlink
                      ` [PATCH 12/20] sysfs: Nicely indent sysfs_symlink_inode_operations
                        ` [PATCH 13/20] sysfs: Implement sysfs_getattr & sysfs_permission
                          ` [PATCH 14/20] sysfs: In sysfs_chmod_file lazily propagate the mode change
                            ` [PATCH 15/20] sysfs: Kill sysfs_addrm_start and sysfs_addrm_finish
                              ` [PATCH 16/20] sysfs: Propagate renames to the vfs on demand
                                ` [PATCH 17/20] sysfs: Merge sysfs_rename_dir and sysfs_move_dir
                                  ` [PATCH 18/20] sysfs: Pass super_block to sysfs_get_inode
                                    ` [PATCH 19/20] sysfs: Kill unused sysfs_sb variable
                                      ` [PATCH 20/20] sysfs: Normalize error handling in sysfs_fill_inode

[PATCH 0/11] Per-bdi writeback flusher threads #4
 2009-05-21  6:33 UTC  (40+ messages)
` [PATCH 01/11] writeback: move dirty inodes from super_block to backing_dev_info
` [PATCH 02/11] writeback: switch to per-bdi threads for flushing data
` [PATCH 03/11] writeback: get rid of pdflush completely
` [PATCH 04/11] writeback: separate the flushing state/task from the bdi
` [PATCH 05/11] writeback: support > 1 flusher thread per bdi
` [PATCH 06/11] writeback: include default_backing_dev_info in writeback
` [PATCH 07/11] writeback: allow sleepy exit of default writeback task
` [PATCH 08/11] writeback: btrfs must register its backing_devices
` [PATCH 09/11] writeback: add some debug inode list counters to bdi stats
` [PATCH 10/11] writeback: add name to backing_dev_info
` [PATCH 11/11] writeback: check for registered bdi in flusher add and inode dirty

[PATCH] readahead:add blk_run_backing_dev
 2009-05-21  6:01 UTC  (10+ messages)

[PATCH 2/4] bio_put(): add bio_clone() to the list of functions in the comment
 2009-05-20 19:03 UTC 

[PATCH 3/4] Do not __always_inline bvec_kmap_irq() and bvec_kunmap_irq()
 2009-05-20 19:05 UTC 

EXT vs XFS at 80% filled filesystem
 2009-05-20 14:20 UTC  (9+ messages)

CFLAGS not taken while linking mkfs.xfs?
 2009-05-20 12:00 UTC 

[PATCH 00/32] VFS based Union Mount (V3)
 2009-05-20 10:21 UTC  (51+ messages)
` [PATCH 01/32] atomic: Only take lock when the counter drops to zero on UP as well
` [PATCH 02/32] VFS: BUG() if somebody tries to rehash an already hashed dentry
` [PATCH 03/32] VFS: propagate mnt_flags into do_loopback
` [PATCH 04/32] VFS: Make lookup_hash() return a struct path
` [PATCH 05/32] VFS: Remove unnecessary micro-optimization in cached_lookup()
` [PATCH 06/32] VFS: Make real_lookup() return a struct path
` [PATCH 07/32] VFS: Introduce dput() variant that maintains a kill-list
` [PATCH 08/32] whiteout: Don't return information about whiteouts to userspace
` [PATCH 09/32] whiteout: Add vfs_whiteout() and whiteout inode operation
` [PATCH 10/32] whiteout: Set S_OPAQUE inode flag when creating directories
` [PATCH 11/32] whiteout: Add whiteout support to tmpfs
` [PATCH 12/32] whiteout: Split of ext2_append_link() from ext2_add_link()
` [PATCH 13/32] whiteout: Add whiteout support to ext2
` [PATCH 14/32] whiteout: Add path_whiteout() helper
` [PATCH 15/32] union-mount: Documentation
` [PATCH 16/32] union-mount: Introduce MNT_UNION and MS_UNION flags
` [PATCH 17/32] union-mount: Introduce union_mount structure
` [PATCH 18/32] union-mount: Drive the union cache via dcache
` [PATCH 19/32] union-mount: Some checks during namespace changes
` [PATCH 20/32] union-mount: Changes to the namespace handling
` [PATCH 21/32] union-mount: Make lookup work for union-mounted file systems
` [PATCH 22/32] union-mount: stop lookup when directory has S_OPAQUE flag set
` [PATCH 23/32] union-mount: stop lookup when finding a whiteout
` [PATCH 24/32] union-mount: in-kernel file copy between union mounted filesystems
` [PATCH 25/32] union-mount: check for logically empty directory (FIXME)
` [PATCH 26/32] union-mount: call do_whiteout() on unlink and rmdir
` [PATCH 27/32] union-mount: Always create topmost directory on open
` [PATCH 28/32] union-mount: Basic fallthru definitions
` [PATCH 29/32] union mount: Support for fallthru entries in union mount lookup
` [PATCH 30/32] union mount: ext2 fallthru support
` [PATCH 31/32] union-mount: tmpfs "
` [PATCH 32/32] union-mount: Copy up directory entries on first readdir()
` [PATCH] Userland for VFS based Union Mount (V3)

[RFC] The reflink(2) system call
 2009-05-19 20:15 UTC  (37+ messages)
` [RFC] The reflink(2) system call v2
      ` [RFC] The reflink(2) system call v4
                      ` [Ocfs2-devel] "

[PATCH 00/13] cifs: implement proper hardlink detection (try #3)
 2009-05-19 14:08 UTC  (7+ messages)
` [PATCH 01/13] cifs: have cifs_NTtimeToUnix take a little-endian arg
` [PATCH 02/13] cifs: make cnvrtDosUnixTm take a little-endian args and an offset
` [PATCH 05/13] cifs: rename cifs_iget to cifs_root_iget
  ` [linux-cifs-client] "

[PATCH] ext2: Explicitly assign values to on-disk enum of filetypes
 2009-05-19 10:00 UTC 

[patch 0/3] make splice more generic
 2009-05-19  9:38 UTC  (13+ messages)
` [patch 2/3] splice: implement default splice_read method

[PATCH 0/2] sys_write() should write all valid data
 2009-05-19  8:55 UTC  (16+ messages)
` [PATCH 2/2] Perform check in iov_iter_fault_in_readable() by check_readable_bytes()

ubifs, race between link and unlink/rename?
 2009-05-19  6:18 UTC  (5+ messages)

get_block
 2009-05-18 20:00 UTC  (2+ messages)

[Jfs-discussion] JFS locking problem detected (kernel 2.6.30)
 2009-05-18 18:46 UTC 

How to best return errors on follow_link
 2009-05-18 17:42 UTC  (2+ messages)

[Bug 13232] ext3/4 with synchronous writes gets wedged by Postfix
 2009-05-18 14:10 UTC  (3+ 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).