Linux Filesystem Development
Date Index
[
Prev Page
][
Next Page
]
Thin provisioning and the lying reserve?
,
Richard Sharpe
[patch] change fs_struct.lock from rwlock to spinlock
,
Nick Piggin
[PATCH 0/1] VFS: introduce s_dirty accessors
,
Artem Bityutskiy
[PATCH 1/1] VFS: introduce s_dirty accessors
,
Artem Bityutskiy
Re: [PATCH 1/1] VFS: introduce s_dirty accessors
,
Al Viro
Re: [PATCH 0/1] VFS: introduce s_dirty accessors
,
Artem Bityutskiy
Re: [PATCH 0/1] VFS: introduce s_dirty accessors
,
tytso
Re: [PATCH 0/1] VFS: introduce s_dirty accessors
,
Andrew Morton
Re: [PATCH 0/1] VFS: introduce s_dirty accessors
,
Artem Bityutskiy
[PATCH 2/2] writeback: split writeback_inodes_wb
,
Christoph Hellwig
[PATCH 1/2]: writeback: remove writeback_inodes_wbc
,
Christoph Hellwig
Re: [PATCH 1/2]: writeback: remove writeback_inodes_wbc
,
Jens Axboe
Re: [PATCH 1/2]: writeback: remove writeback_inodes_wbc
,
Christoph Hellwig
Re: [PATCH 1/2]: writeback: remove writeback_inodes_wbc
,
Jens Axboe
[RFC, PATCH 0/5] fsfreeze: fix sb vs bdev freeze/thaw b0rkage
,
Dave Chinner
[PATCH 5/5] fsfreeze: move emergency thaw code to fs/super.c
,
Dave Chinner
Re: [PATCH 5/5] fsfreeze: move emergency thaw code to fs/super.c
,
Christoph Hellwig
[PATCH 2/5] fsfreeze: emergency thaw will deadlock on s_umount
,
Dave Chinner
Re: [PATCH 2/5] fsfreeze: emergency thaw will deadlock on s_umount
,
Christoph Hellwig
Re: [PATCH 2/5] fsfreeze: emergency thaw will deadlock on s_umount
,
Dave Chinner
Re: [PATCH 2/5] fsfreeze: emergency thaw will deadlock on s_umount
,
Dave Chinner
Re: [PATCH 2/5] fsfreeze: emergency thaw will deadlock on s_umount
,
Christoph Hellwig
[PATCH 3/5] fsfreeze: freeze_super and thaw_bdev don't play well together
,
Dave Chinner
Re: [PATCH 3/5] fsfreeze: freeze_super and thaw_bdev don't play well together
,
Christoph Hellwig
Re: [PATCH 3/5] fsfreeze: freeze_super and thaw_bdev don't play well together
,
Dave Chinner
Re: [PATCH 3/5] fsfreeze: freeze_super and thaw_bdev don't play well together
,
Christoph Hellwig
[PATCH 4/5] fsfreeze: switch to using super methods everywhere
,
Dave Chinner
Re: [PATCH 4/5] fsfreeze: switch to using super methods everywhere
,
Christoph Hellwig
[PATCH 1/5] fsfreeze: Prevent emergency thaw from looping infinitely
,
Dave Chinner
Re: [PATCH 1/5] fsfreeze: Prevent emergency thaw from looping infinitely
,
Christoph Hellwig
Re: [PATCH 1/5] fsfreeze: Prevent emergency thaw from looping infinitely
,
Dave Chinner
Re: [RFC, PATCH 0/5] fsfreeze: fix sb vs bdev freeze/thaw b0rkage
,
Josef Bacik
[PATCH v2] ocfs2: Let ocfs2_setattr use new truncate sequence.
,
Tao Ma
Re: [PATCH v2] ocfs2: Let ocfs2_setattr use new truncate sequence.
,
Nick Piggin
Re: [PATCH v2] ocfs2: Let ocfs2_setattr use new truncate sequence.
,
Tao Ma
[PATCH v3] ocfs2: Let ocfs2_setattr use new truncate sequence.
,
Tao Ma
Re: [PATCH v3] ocfs2: Let ocfs2_setattr use new truncate sequence.
,
Joel Becker
Re: [PATCH v3] ocfs2: Let ocfs2_setattr use new truncate sequence.
,
Christoph Hellwig
Re: [PATCH v3] ocfs2: Let ocfs2_setattr use new truncate sequence.
,
Tao Ma
Re: [PATCH v3] ocfs2: Let ocfs2_setattr use new truncate sequence.
,
Joel Becker
Re: [PATCH v3] ocfs2: Let ocfs2_setattr use new truncate sequence.
,
Tao Ma
Re: [PATCH v3] ocfs2: Let ocfs2_setattr use new truncate sequence.
,
Nick Piggin
Re: [PATCH v3] ocfs2: Let ocfs2_setattr use new truncate sequence.
,
Joel Becker
Re: [PATCH v3] ocfs2: Let ocfs2_setattr use new truncate sequence.
,
Tao Ma
[PATCH][RFC] Complex filesystem operations: split and join
,
Nikanth Karthikesan
Re: [PATCH][RFC] Complex filesystem operations: split and join
,
OGAWA Hirofumi
Re: [PATCH][RFC] Complex filesystem operations: split and join
,
Nikanth Karthikesan
Re: [PATCH][RFC] Complex filesystem operations: split and join
,
OGAWA Hirofumi
Re: [PATCH][RFC] Complex filesystem operations: split and join
,
David Pottage
Re: [PATCH][RFC] Complex filesystem operations: split and join
,
Hubert Kario
Re: [PATCH][RFC] Complex filesystem operations: split and join
,
Stewart Smith
[PATCH] writeback: fix pin_sb_for_writeback
,
Christoph Hellwig
[PATCH] Documentation: New truncate sequence: Remove reference to nonexistent ->setsize
,
Nikanth Karthikesan
Re: [PATCH] Documentation: New truncate sequence: Remove reference to nonexistent ->setsize
,
Christoph Hellwig
Re: [PATCH] Documentation: New truncate sequence: Remove reference to nonexistent ->setsize
,
Nikanth Karthikesan
Re: [PATCH] ocfs2: Remove the deprecated inode_setattr.
,
Nick Piggin
Re: [PATCH] ocfs2: Remove the deprecated inode_setattr.
,
Tao Ma
Re: [PATCH] ocfs2: Remove the deprecated inode_setattr.
,
Nick Piggin
Re: [PATCH] ocfs2: Remove the deprecated inode_setattr.
,
Joel Becker
Re: [PATCH] ocfs2: Remove the deprecated inode_setattr.
,
Christoph Hellwig
Re: [Ocfs2-devel] [PATCH] ocfs2: Remove the deprecated inode_setattr.
,
Joel Becker
Re: [PATCH] ocfs2: Remove the deprecated inode_setattr.
,
Christoph Hellwig
Re: [PATCH] ocfs2: Remove the deprecated inode_setattr.
,
Tao Ma
<Possible follow-ups>
Re: [PATCH] ocfs2: Remove the deprecated inode_setattr.
,
Nick Piggin
[topic proposal] dealing with ->d_revalidate() right ways (automounting, atomic opens and the whole mess around that)
,
Al Viro
Re: [topic proposal] dealing with ->d_revalidate() right ways (automounting, atomic opens and the whole mess around that)
,
Joel Becker
Re: [topic proposal] dealing with ->d_revalidate() right ways (automounting, atomic opens and the whole mess around that)
,
Trond Myklebust
Re: [topic proposal] dealing with ->d_revalidate() right ways (automounting, atomic opens and the whole mess around that)
,
Frank Mayhar
[PATCH 0/3] writeback: bug fixes for 2.6.35
,
Dave Chinner
[PATCH 1/3] writeback: pay attention to wbc->nr_to_write in write_cache_pages
,
Dave Chinner
Re: [PATCH 1/3] writeback: pay attention to wbc->nr_to_write in write_cache_pages
,
Andrew Morton
Re: [PATCH 1/3] writeback: pay attention to wbc->nr_to_write in write_cache_pages
,
Dave Chinner
Re: [PATCH 1/3] writeback: pay attention to wbc->nr_to_write in write_cache_pages
,
Dave Chinner
Re: [stable] [PATCH 1/3] writeback: pay attention to wbc->nr_to_write in write_cache_pages
,
Greg KH
[PATCH 3/3] writeback: limit write_cache_pages integrity scanning to current EOF
,
Dave Chinner
Re: [PATCH 3/3] writeback: limit write_cache_pages integrity scanning to current EOF
,
Andrew Morton
[PATCH 2/3] xfs: remove nr_to_write writeback windup.
,
Dave Chinner
Re: [PATCH 2/3] xfs: remove nr_to_write writeback windup.
,
Andrew Morton
[RFC 1/2] [9P] Add a new access mode, V9FS_ACCESS_USER.
,
Venkateswararao Jujjuri (JV)
[RFC 2/2] [fs/9p] Check if the inode change is allowed.
,
Venkateswararao Jujjuri (JV)
[PATCH 58/58] update VFS documentation for method changes.
,
Al Viro
[PATCH 57/58] All filesystems that need invalidate_inode_buffers() are doing that explicitly
,
Al Viro
[PATCH 56/58] convert remaining ->clear_inode() to ->evict_inode()
,
Al Viro
Re: [PATCH 56/58] convert remaining ->clear_inode() to ->evict_inode()
,
Joel Becker
[PATCH 55/58] Make ->drop_inode() just return whether inode needs to be dropped
,
Al Viro
Re: [PATCH 55/58] Make ->drop_inode() just return whether inode needs to be dropped
,
Joel Becker
[PATCH 55/58][v2] Make ->drop_inode() just return whether inode needs to be dropped
,
Al Viro
Re: [PATCH 55/58] Make ->drop_inode() just return whether inode needs to be dropped
,
J. R. Okajima
Re: [PATCH 55/58] Make ->drop_inode() just return whether inode needs to be dropped
,
Al Viro
[PATCH 54/58] fs/inode.c:clear_inode() is gone
,
Al Viro
[PATCH 53/58] fs/inode.c:evict() doesn't care about delete vs. non-delete paths now
,
Al Viro
[PATCH 52/58] ->delete_inode() is gone
,
Al Viro
[PATCH 51/58] convert ext4 to ->evict_inode()
,
Al Viro
[PATCH 50/58] convert logfs to ->evict_inode()
,
Al Viro
[PATCH 49/58] logfs: get rid of magical inodes
,
Al Viro
[PATCH 48/58] convert nilfs2 to ->evict_inode()
,
Al Viro
[PATCH 47/58] convert exofs to ->evict_inode()
,
Al Viro
Re: [PATCH 47/58] convert exofs to ->evict_inode()
,
Boaz Harrosh
Re: [PATCH 47/58] convert exofs to ->evict_inode()
,
Christoph Hellwig
Re: [PATCH 47/58] convert exofs to ->evict_inode()
,
Boaz Harrosh
[PATCH ver4] exofs: New truncate sequence
,
Boaz Harrosh
Re: [PATCH ver4] exofs: New truncate sequence
,
Boaz Harrosh
Re: [PATCH ver4] exofs: New truncate sequence
,
Al Viro
Re: [PATCH ver4] exofs: New truncate sequence
,
Boaz Harrosh
Re: [PATCH ver4] exofs: New truncate sequence
,
Al Viro
Re: [PATCH ver4] exofs: New truncate sequence
,
Boaz Harrosh
Re: [PATCH ver4] exofs: New truncate sequence
,
Christoph Hellwig
Re: [PATCH ver4] exofs: New truncate sequence
,
Boaz Harrosh
[PATCH ver5] exofs: New truncate sequence
,
Boaz Harrosh
[PATCH 46/58] convert reiserfs to ->evict_inode()
,
Al Viro
[PATCH 45/58] convert btrfs to ->evict_inode()
,
Al Viro
[PATCH 45/58][v2] convert btrfs to ->evict_inode()
,
Al Viro
[PATCH 44/58] switch gfs2 to ->evict_inode()
,
Al Viro
Re: [PATCH 44/58] switch gfs2 to ->evict_inode()
,
Steven Whitehouse
[PATCH 43/58] switch ocfs2 to ->evict_inode()
,
Al Viro
Re: [PATCH 43/58] switch ocfs2 to ->evict_inode()
,
Joel Becker
Re: [PATCH 43/58] switch ocfs2 to ->evict_inode()
,
Al Viro
Re: [PATCH 43/58] switch ocfs2 to ->evict_inode()
,
Al Viro
[PATCH 43/58][v2] switch ocfs2 to ->evict_inode()
,
Al Viro
Re: [PATCH 43/58][v2] switch ocfs2 to ->evict_inode()
,
Joel Becker
[PATCH 42/58] switch ncpfs to ->evict_inode()
,
Al Viro
[PATCH 41/58] switch udf to ->evict_inode()
,
Al Viro
[PATCH 40/58] switch ubifs to ->evict_inode()
,
Al Viro
[PATCH 39/58] switch jfs to ->evict_inode()
,
Al Viro
[PATCH 38/58] switch hpfs to ->evict_inode()
,
Al Viro
[PATCH 37/58] switch hppfs to ->evict_inode()
,
Al Viro
[PATCH 36/58] try to get rid of races in hostfs open()
,
Al Viro
[PATCH 35/58] leak in hostfs_unlink()
,
Al Viro
[PATCH 34/58] hostfs: fix races in dentry_name() and inode_name()
,
Al Viro
[PATCH 33/58] new helper: __dentry_path()
,
Al Viro
[PATCH 32/58] hostfs: sanitize symlinks
,
Al Viro
[PATCH 31/58] hostfs: get rid of inode_dentry_name()
,
Al Viro
[PATCH 30/58] hostfs: get rid of file_type(), fold init_inode()
,
Al Viro
[PATCH 29/58] switch stat_file() to passing a single struct rather than fsckloads of pointers
,
Al Viro
[PATCH 28/58] hostfs: pass pathname to init_inode()
,
Al Viro
[PATCH 27/58] get rid of hostfs_read_inode()
,
Al Viro
[PATCH 26/58] hostfs: don't keep a field in each inode when we are using it only in root
,
Al Viro
[PATCH 25/58] stop icache pollution in hostfs, switch to ->evict_inode()
,
Al Viro
[PATCH 24/58] switch affs to ->evict_inode()
,
Al Viro
[PATCH 12/58] switch minix to ->evict_inode(), fix write_inode/delete_inode race
,
Al Viro
[PATCH 23/58] switch omfs to ->evict_inode()
,
Al Viro
[PATCH 22/58] switch bfs to ->evict_inode(), clean up
,
Al Viro
[PATCH 13/58] merge ext2 delete_inode and clear_inode, switch to ->evict_inode()
,
Al Viro
Re: [PATCH 13/58] merge ext2 delete_inode and clear_inode, switch to ->evict_inode()
,
J. R. Okajima
[PATCH 17/58] switch smbfs to evict_inode()
,
Al Viro
[PATCH 21/58] convert ext3 to ->evict_inode()
,
Al Viro
[PATCH 20/58] spufs conversion to ->evict_inode()
,
Al Viro
[PATCH 19/58] switch ufs to ->evict_inode()
,
Al Viro
[PATCH 18/58] covert fatfs to ->evict_inode()
,
Al Viro
[PATCH 16/58] switch sysv to ->evict_inode()
,
Al Viro
[PATCH 14/58] switch mqueue to ->evict_inode()
,
Al Viro
[PATCH 15/58] switch shmem.c to ->evice_inode()
,
Al Viro
[PATCH 10/58] switch procfs to ->evict_inode()
,
Al Viro
[PATCH 11/58] switch sysfs to ->evict_inode()
,
Al Viro
[PATCH 9/58] simplify get_cramfs_inode()
,
Al Viro
[PATCH 8/58] switch hypfs to ->evict_inode()
,
Al Viro
[PATCH 7/58] new helper: end_writeback()
,
Al Viro
Re: [PATCH 7/58] new helper: end_writeback()
,
Christoph Hellwig
Re: [PATCH 7/58] new helper: end_writeback()
,
Al Viro
Re: [PATCH 7/58] new helper: end_writeback()
,
Boaz Harrosh
[PATCH 6/58] Take ->i_bdev/->i_cdev handling out of clear_inode()
,
Al Viro
[PATCH 5/58] generic_detach_inode() can be static now
,
Al Viro
[PATCH 4/58] switch hugetlbfs to ->evict_inode()
,
Al Viro
[PATCH 3/58] New method - evict_inode()
,
Al Viro
[PATCH 2/58] unify fs/inode.c callers of clear_inode()
,
Al Viro
Re: [PATCH 2/58] unify fs/inode.c callers of clear_inode()
,
Christoph Hellwig
Re: [PATCH 2/58] unify fs/inode.c callers of clear_inode()
,
Al Viro
[PATCH 1/58] simplify checks for I_CLEAR/I_FREEING
,
Al Viro
[patches] saner replacement for ->clear_inode/->delete_inode/->drop_inode
,
Al Viro
Labeled-NFS: Security Label support in NFSv4
,
David P. Quigley
[PATCH 05/10] KConfig: Add KConfig entries for Labeled NFS
,
David P. Quigley
[PATCH 03/10] LSM: Add flags field to security_sb_set_mnt_opts for in kernel mount data.
,
David P. Quigley
[PATCH 04/10] SELinux: Add new labeling type native labels
,
David P. Quigley
[PATCH 06/10] NFSv4: Add label recommended attribute and NFSv4 flags
,
David P. Quigley
[PATCH 02/10] Security: Add Hook to test if the particular xattr is part of a MAC model.
,
David P. Quigley
Re: [PATCH 02/10] Security: Add Hook to test if the particular xattr is part of a MAC model.
,
Serge E. Hallyn
Re: [PATCH 02/10] Security: Add Hook to test if the particular xattr is part of a MAC model.
,
Casey Schaufler
[PATCH 09/10] NFS: Extend NFS xattr handlers to accept the security namespace
,
David P. Quigley
[PATCH 10/10] NFSD: Server implementation of MAC Labeling
,
David P. Quigley
[PATCH 01/10] Security: Add hook to calculate context based on a negative dentry.
,
David P. Quigley
Re: [PATCH 01/10] Security: Add hook to calculate context based on a negative dentry.
,
Serge E. Hallyn
Re: [PATCH 01/10] Security: Add hook to calculate context based on a negative dentry.
,
Casey Schaufler
[PATCH 07/10] NFSv4: Introduce new label structure
,
David P. Quigley
[PATCH 08/10] NFS: Client implementation of Labeled-NFS
,
David P. Quigley
Re: Labeled-NFS: Security Label support in NFSv4
,
J. Bruce Fields
<Possible follow-ups>
Labeled-NFS: Security Label support in NFSv4
,
David P. Quigley
[PATCH 04/10] SELinux: Add new labeling type native labels
,
David P. Quigley
Re: [PATCH 04/10] SELinux: Add new labeling type native labels
,
James Morris
Re: [PATCH 04/10] SELinux: Add new labeling type native labels
,
David P. Quigley
Re: [PATCH 04/10] SELinux: Add new labeling type native labels
,
James Morris
Re: [PATCH 04/10] SELinux: Add new labeling type native labels
,
David P. Quigley
[PATCH 02/10] Security: Add Hook to test if the particular xattr is part of a MAC model.
,
David P. Quigley
Re: [PATCH 02/10] Security: Add Hook to test if the particular xattr is part of a MAC model.
,
J. Bruce Fields
[PATCH 09/10] NFS: Extend NFS xattr handlers to accept the security namespace
,
David P. Quigley
[PATCH 10/10] NFSD: Server implementation of MAC Labeling
,
David P. Quigley
Re: [PATCH 10/10] NFSD: Server implementation of MAC Labeling
,
J. Bruce Fields
Re: [PATCH 10/10] NFSD: Server implementation of MAC Labeling
,
David P. Quigley
Re: [PATCH 10/10] NFSD: Server implementation of MAC Labeling
,
J. Bruce Fields
Re: [PATCH 10/10] NFSD: Server implementation of MAC Labeling
,
David P. Quigley
[PATCH 08/10] NFS: Client implementation of Labeled-NFS
,
David P. Quigley
[PATCH 03/10] LSM: Add flags field to security_sb_set_mnt_opts for in kernel mount data.
,
David P. Quigley
[PATCH 01/10] Security: Add hook to calculate context based on a negative dentry.
,
David P. Quigley
Re: [PATCH 01/10] Security: Add hook to calculate context based on a negative dentry.
,
Stephen Smalley
[PATCH 06/10] NFSv4: Add label recommended attribute and NFSv4 flags
,
David P. Quigley
Re: [PATCH 06/10] NFSv4: Add label recommended attribute and NFSv4 flags
,
J. Bruce Fields
Re: [PATCH 06/10] NFSv4: Add label recommended attribute and NFSv4 flags
,
James Morris
Re: [PATCH 06/10] NFSv4: Add label recommended attribute and NFSv4 flags
,
David P. Quigley
Re: [PATCH 06/10] NFSv4: Add label recommended attribute and NFSv4 flags
,
James Morris
Re: [PATCH 06/10] NFSv4: Add label recommended attribute and NFSv4 flags
,
Stephen Smalley
Re: [PATCH 06/10] NFSv4: Add label recommended attribute and NFSv4 flags
,
David P. Quigley
Re: [PATCH 06/10] NFSv4: Add label recommended attribute and NFSv4 flags
,
Kyle Moffett
Re: [PATCH 06/10] NFSv4: Add label recommended attribute and NFSv4 flags
,
Casey Schaufler
Re: [PATCH 06/10] NFSv4: Add label recommended attribute and NFSv4 flags
,
Stephen Smalley
Re: [PATCH 06/10] NFSv4: Add label recommended attribute and NFSv4 flags
,
Kyle Moffett
[PATCH 05/10] KConfig: Add KConfig entries for Labeled NFS
,
David P. Quigley
Re: [PATCH 05/10] KConfig: Add KConfig entries for Labeled NFS
,
J. Bruce Fields
Re: [PATCH 05/10] KConfig: Add KConfig entries for Labeled NFS
,
David P. Quigley
Re: [PATCH 05/10] KConfig: Add KConfig entries for Labeled NFS
,
Chuck Lever
[PATCH 07/10] NFSv4: Introduce new label structure
,
David P. Quigley
Re: [PATCH 07/10] NFSv4: Introduce new label structure
,
Chuck Lever
Re: [PATCH 07/10] NFSv4: Introduce new label structure
,
Casey Schaufler
Re: [PATCH 07/10] NFSv4: Introduce new label structure
,
David P. Quigley
Re: [PATCH 07/10] NFSv4: Introduce new label structure
,
Chuck Lever
Re: [PATCH 07/10] NFSv4: Introduce new label structure
,
David P. Quigley
Re: [PATCH 07/10] NFSv4: Introduce new label structure
,
Chuck Lever
Re: [PATCH 07/10] NFSv4: Introduce new label structure
,
David P. Quigley
[PATCH 0/6] writeback fixes - slow unmount and others
,
Christoph Hellwig
[PATCH 1/6] writeback: fix writeback completion notifications
,
Christoph Hellwig
Re: [PATCH 1/6] writeback: fix writeback completion notifications
,
Jens Axboe
Re: [PATCH 1/6] writeback: fix writeback completion notifications
,
Jan Kara
Re: [PATCH 1/6] writeback: fix writeback completion notifications
,
Christoph Hellwig
[PATCH 2/6] writeback: queue work on stack in writeback_inodes_sb
,
Christoph Hellwig
Re: [PATCH 2/6] writeback: queue work on stack in writeback_inodes_sb
,
Jens Axboe
[PATCH 3/6] writeback: enforce s_umount locking in writeback_inodes_sb
,
Christoph Hellwig
Re: [PATCH 3/6] writeback: enforce s_umount locking in writeback_inodes_sb
,
Jan Kara
Re: [PATCH 3/6] writeback: enforce s_umount locking in writeback_inodes_sb
,
Christoph Hellwig
Re: [PATCH 3/6] writeback: enforce s_umount locking in writeback_inodes_sb
,
Jan Kara
[PATCH 4/6] writeback: fix writeback_inodes_wb from writeback_inodes_sb
,
Christoph Hellwig
Re: [PATCH 4/6] writeback: fix writeback_inodes_wb from writeback_inodes_sb
,
Jens Axboe
Re: [PATCH 4/6] writeback: fix writeback_inodes_wb from writeback_inodes_sb
,
Christoph Hellwig
Re: [PATCH 4/6] writeback: fix writeback_inodes_wb from writeback_inodes_sb
,
Jens Axboe
[PATCH 5/6] writeback: simplify wakeup_flusher_threads
,
Christoph Hellwig
Re: [PATCH 5/6] writeback: simplify wakeup_flusher_threads
,
Jens Axboe
[PATCH 6/6] writeback: simplify and split bdi_start_writeback
,
Christoph Hellwig
Re: [PATCH 6/6] writeback: simplify and split bdi_start_writeback
,
Jens Axboe
[PATCH 1/2] pipe: fix pipe buffer resizing
,
Miklos Szeredi
[PATCH 2/2] pipe: remove bogus check from "set size" fcntl
,
Miklos Szeredi
Re: [PATCH 2/2] pipe: remove bogus check from "set size" fcntl
,
Miklos Szeredi
Re: [PATCH 2/2] pipe: remove bogus check from "set size" fcntl
,
Jens Axboe
[PATCH] fs: make sure to invalidate pages if we fall back on buffered reads
,
Josef Bacik
Re: [PATCH] fs: make sure to invalidate pages if we fall back on buffered reads
,
Jeff Moyer
Re: [PATCH] fs: make sure to invalidate pages if we fall back on buffered reads
,
Christoph Hellwig
Re: [PATCH] fs: make sure to invalidate pages if we fall back on buffered reads
,
Josef Bacik
[ANNOUNCE] util-linux-ng v2.18-rc1
,
Karel Zak
Re: [ANNOUNCE] util-linux-ng v2.18-rc1
,
Miklos Szeredi
Re: [ANNOUNCE] util-linux-ng v2.18-rc1
,
Karel Zak
Re: [ANNOUNCE] util-linux-ng v2.18-rc1
,
Arkadiusz Miskiewicz
Re: [ANNOUNCE] util-linux-ng v2.18-rc1
,
Miklos Szeredi
[RFC PATCH 0/6] Do not call ->writepage[s] from direct reclaim and use a_ops->writepages() where possible
,
Mel Gorman
[PATCH 4/6] tracing, vmscan: Add a postprocessing script for reclaim-related ftrace events
,
Mel Gorman
[PATCH 5/6] vmscan: Write out ranges of pages contiguous to the inode where possible
,
Mel Gorman
Re: [PATCH 5/6] vmscan: Write out ranges of pages contiguous to the inode where possible
,
Andrew Morton
Re: [PATCH 5/6] vmscan: Write out ranges of pages contiguous to the inode where possible
,
Mel Gorman
Re: [PATCH 5/6] vmscan: Write out ranges of pages contiguous to the inode where possible
,
Andrew Morton
Re: [PATCH 5/6] vmscan: Write out ranges of pages contiguous to the inode where possible
,
Mel Gorman
Re: [PATCH 5/6] vmscan: Write out ranges of pages contiguous to the inode where possible
,
Andrew Morton
Re: [PATCH 5/6] vmscan: Write out ranges of pages contiguous to the inode where possible
,
Mel Gorman
Re: [PATCH 5/6] vmscan: Write out ranges of pages contiguous to the inode where possible
,
Christoph Hellwig
[PATCH 6/6] vmscan: Do not writeback pages in direct reclaim
,
Mel Gorman
Re: [PATCH 6/6] vmscan: Do not writeback pages in direct reclaim
,
Andrew Morton
Re: [PATCH 6/6] vmscan: Do not writeback pages in direct reclaim
,
Mel Gorman
Re: [PATCH 6/6] vmscan: Do not writeback pages in direct reclaim
,
Christoph Hellwig
Re: [PATCH 6/6] vmscan: Do not writeback pages in direct reclaim
,
Andrew Morton
Re: [PATCH 6/6] vmscan: Do not writeback pages in direct reclaim
,
Christoph Hellwig
Re: [PATCH 6/6] vmscan: Do not writeback pages in direct reclaim
,
Mel Gorman
[PATCH 2/6] tracing, vmscan: Add trace events for LRU page isolation
,
Mel Gorman
[PATCH 3/6] tracing, vmscan: Add trace event when a page is written
,
Mel Gorman
[PATCH 1/6] tracing, vmscan: Add trace events for kswapd wakeup, sleeping and direct reclaim
,
Mel Gorman
Re: [RFC PATCH 0/6] Do not call ->writepage[s] from direct reclaim and use a_ops->writepages() where possible
,
Christoph Hellwig
Re: [RFC PATCH 0/6] Do not call ->writepage[s] from direct reclaim and use a_ops->writepages() where possible
,
Mel Gorman
Re: [RFC PATCH 0/6] Do not call ->writepage[s] from direct reclaim and use a_ops->writepages() where possible
,
Christoph Hellwig
Re: [RFC PATCH 0/6] Do not call ->writepage[s] from direct reclaim and use a_ops->writepages() where possible
,
Mel Gorman
Re: [RFC PATCH 0/6] Do not call ->writepage[s] from direct reclaim and use a_ops->writepages() where possible
,
Chris Mason
Re: [RFC PATCH 0/6] Do not call ->writepage[s] from direct reclaim and use a_ops->writepages() where possible
,
KAMEZAWA Hiroyuki
Re: [RFC PATCH 0/6] Do not call ->writepage[s] from direct reclaim and use a_ops->writepages() where possible
,
Mel Gorman
Re: [RFC PATCH 0/6] Do not call ->writepage[s] from direct reclaim and use a_ops->writepages() where possible
,
KAMEZAWA Hiroyuki
Re: [RFC PATCH 0/6] Do not call ->writepage[s] from direct reclaim and use a_ops->writepages() where possible
,
Mel Gorman
Re: [RFC PATCH 0/6] Do not call ->writepage[s] from direct reclaim and use a_ops->writepages() where possible
,
KAMEZAWA Hiroyuki
Re: [RFC PATCH 0/6] Do not call ->writepage[s] from direct reclaim and use a_ops->writepages() where possible
,
Andrew Morton
Re: [RFC PATCH 0/6] Do not call ->writepage[s] from direct reclaim and use a_ops->writepages() where possible
,
Mel Gorman
Re: [RFC PATCH 0/6] Do not call ->writepage[s] from direct reclaim and use a_ops->writepages() where possible
,
Christoph Hellwig
Re: [RFC PATCH 0/6] Do not call ->writepage[s] from direct reclaim and use a_ops->writepages() where possible
,
Mel Gorman
Re: [RFC PATCH 0/6] Do not call ->writepage[s] from direct reclaim and use a_ops->writepages() where possible
,
Andrea Arcangeli
Re: [RFC PATCH 0/6] Do not call ->writepage[s] from direct reclaim and use a_ops->writepages() where possible
,
Christoph Hellwig
Re: [RFC PATCH 0/6] Do not call ->writepage[s] from direct reclaim and use a_ops->writepages() where possible
,
Andrea Arcangeli
Re: [RFC PATCH 0/6] Do not call ->writepage[s] from direct reclaim and use a_ops->writepages() where possible
,
Christoph Hellwig
Re: [RFC PATCH 0/6] Do not call ->writepage[s] from direct reclaim and use a_ops->writepages() where possible
,
Andrea Arcangeli
Re: [RFC PATCH 0/6] Do not call ->writepage[s] from direct reclaim and use a_ops->writepages() where possible
,
Christoph Hellwig
Re: [RFC PATCH 0/6] Do not call ->writepage[s] from direct reclaim and use a_ops->writepages() where possible
,
Andrea Arcangeli
Re: [RFC PATCH 0/6] Do not call ->writepage[s] from direct reclaim and use a_ops->writepages() where possible
,
Christoph Hellwig
Re: [RFC PATCH 0/6] Do not call ->writepage[s] from direct reclaim and use a_ops->writepages() where possible
,
Rik van Riel
Re: [RFC PATCH 0/6] Do not call ->writepage[s] from direct reclaim and use a_ops->writepages() where possible
,
Christoph Hellwig
Re: [RFC PATCH 0/6] Do not call ->writepage[s] from direct reclaim and use a_ops->writepages() where possible
,
Rik van Riel
Re: [RFC PATCH 0/6] Do not call ->writepage[s] from direct reclaim and use a_ops->writepages() where possible
,
Christoph Hellwig
Re: [RFC PATCH 0/6] Do not call ->writepage[s] from direct reclaim and use a_ops->writepages() where possible
,
Chris Mason
Re: [RFC PATCH 0/6] Do not call ->writepage[s] from direct reclaim and use a_ops->writepages() where possible
,
Nick Piggin
Re: [RFC PATCH 0/6] Do not call ->writepage[s] from direct reclaim and use a_ops->writepages() where possible
,
Rik van Riel
Re: [RFC PATCH 0/6] Do not call ->writepage[s] from direct reclaim and use a_ops->writepages() where possible
,
Andrea Arcangeli
Re: [RFC PATCH 0/6] Do not call ->writepage[s] from direct reclaim and use a_ops->writepages() where possible
,
Nick Piggin
Re: [RFC PATCH 0/6] Do not call ->writepage[s] from direct reclaim and use a_ops->writepages() where possible
,
Andrea Arcangeli
Re: [RFC PATCH 0/6] Do not call ->writepage[s] from direct reclaim and use a_ops->writepages() where possible
,
Mel Gorman
Re: [RFC PATCH 0/6] Do not call ->writepage[s] from direct reclaim and use a_ops->writepages() where possible
,
Andrea Arcangeli
Re: [RFC PATCH 0/6] Do not call ->writepage[s] from direct reclaim and use a_ops->writepages() where possible
,
Christoph Hellwig
Re: [RFC PATCH 0/6] Do not call ->writepage[s] from direct reclaim and use a_ops->writepages() where possible
,
Mel Gorman
Re: [RFC PATCH 0/6] Do not call ->writepage[s] from direct reclaim and use a_ops->writepages() where possible
,
Mel Gorman
Re: [RFC PATCH 0/6] Do not call ->writepage[s] from direct reclaim and use a_ops->writepages() where possible
,
Andrea Arcangeli
Re: [RFC PATCH 0/6] Do not call ->writepage[s] from direct reclaim and use a_ops->writepages() where possible
,
Christoph Hellwig
Re: [RFC PATCH 0/6] Do not call ->writepage[s] from direct reclaim and use a_ops->writepages() where possible
,
Andrea Arcangeli
Re: [RFC PATCH 0/6] Do not call ->writepage[s] from direct reclaim and use a_ops->writepages() where possible
,
Christoph Hellwig
Re: [RFC PATCH 0/6] Do not call ->writepage[s] from direct reclaim and use a_ops->writepages() where possible
,
Christoph Hellwig
Re: [RFC PATCH 0/6] Do not call ->writepage[s] from direct reclaim and use a_ops->writepages() where possible
,
Mel Gorman
Re: [RFC PATCH 0/6] Do not call ->writepage[s] from direct reclaim and use a_ops->writepages() where possible
,
Rik van Riel
Re: [RFC PATCH 0/6] Do not call ->writepage[s] from direct reclaim and use a_ops->writepages() where possible
,
Nick Piggin
Re: [RFC PATCH 0/6] Do not call ->writepage[s] from direct reclaim and use a_ops->writepages() where possible
,
Mel Gorman
Re: [RFC PATCH 0/6] Do not call ->writepage[s] from direct reclaim and use a_ops->writepages() where possible
,
Andrea Arcangeli
[PATCH 0/6] writeback: tracing and fixes V4
,
Dave Chinner
[PATCH 5/6] xfs: remove nr_to_write writeback windup.
,
Dave Chinner
[PATCH 6/6] writeback: limit write_cache_pages integrity scanning to current EOF
,
Dave Chinner
Re: [PATCH 6/6] writeback: limit write_cache_pages integrity scanning to current EOF
,
Nick Piggin
Re: [PATCH 6/6] writeback: limit write_cache_pages integrity scanning to current EOF
,
Dave Chinner
[PATCH 4/6] writeback: pay attention to wbc->nr_to_write in write_cache_pages
,
Dave Chinner
Re: [PATCH 4/6] writeback: pay attention to wbc->nr_to_write in write_cache_pages
,
Nick Piggin
[PATCH 1/6] writeback: initial tracing support
,
Dave Chinner
[PATCH 3/6] writeback: Add tracing to write_cache_pages
,
Dave Chinner
[PATCH 2/6] writeback: Add tracing to balance_dirty_pages
,
Dave Chinner
Re: [PATCH 0/6] writeback: tracing and fixes V4
,
Nick Piggin
Re: [PATCH 0/6] writeback: tracing and fixes V4
,
Linus Torvalds
Re: [PATCH 0/6] writeback: tracing and fixes V4
,
Andrew Morton
Re: [PATCH 0/6] writeback: tracing and fixes V4
,
Dave Chinner
OOM problem caused by fs
,
Seth Huang
Re: OOM problem caused by fs
,
Boaz Harrosh
Re: OOM problem caused by fs
,
Nick Piggin
Re: OOM problem caused by fs
,
Seth Huang
Re: OOM problem caused by fs
,
Tao Ma
Re: OOM problem caused by fs
,
Seth Huang
Re: 2.6.34 echo j > /proc/sysrq-trigger causes inifnite unfreeze/Thaw event
,
Dave Chinner
Re: 2.6.34 echo j > /proc/sysrq-trigger causes inifnite unfreeze/Thaw event
,
Eric Sandeen
Re: 2.6.34 echo j > /proc/sysrq-trigger causes inifnite unfreeze/Thaw event
,
Josef Bacik
Re: 2.6.34 echo j > /proc/sysrq-trigger causes inifnite unfreeze/Thaw event
,
Josef Bacik
Re: 2.6.34 echo j > /proc/sysrq-trigger causes inifnite unfreeze/Thaw event
,
Dave Chinner
Re: 2.6.34 echo j > /proc/sysrq-trigger causes inifnite unfreeze/Thaw event
,
Josef Bacik
Re: 2.6.34 echo j > /proc/sysrq-trigger causes inifnite unfreeze/Thaw event
,
Dave Chinner
Re: 2.6.34 echo j > /proc/sysrq-trigger causes inifnite unfreeze/Thaw event
,
Dave Chinner
Re: 2.6.34 echo j > /proc/sysrq-trigger causes inifnite unfreeze/Thaw event
,
Josef Bacik
[PATCHv5 00/16] kill unnecessary SB sync wake-ups + cleanups
,
Artem Bityutskiy
[PATCHv5 07/16] AFFS: fix race condition in marking SB dirty
,
Artem Bityutskiy
[PATCHv5 14/16] HFS: kill hfs_buffer_sync
,
Artem Bityutskiy
[PATCHv5 16/16] HFSPLUS: wait for synchronization
,
Artem Bityutskiy
[PATCHv5 13/16] HFS: fix race condition in marking SB dirty
,
Artem Bityutskiy
[PATCHv5 15/16] HFS: wait for sb synchronization when needed
,
Artem Bityutskiy
[PATCHv5 12/16] ext4: fix race condition in marking SB dirty
,
Artem Bityutskiy
[PATCHv5 11/16] ext2: fix race condition in marking SB dirty
,
Artem Bityutskiy
[PATCHv5 05/16] AFFS: clean up dirty flag usage
,
Artem Bityutskiy
[PATCHv5 10/16] exofs: fix race condition in marking SB dirty
,
Artem Bityutskiy
Re: [PATCHv5 10/16] exofs: fix race condition in marking SB dirty
,
Boaz Harrosh
[PATCHv5 09/16] btrfs: remove junk sb_mark_dirty call
,
Artem Bityutskiy
Re: [PATCHv5 09/16] btrfs: remove junk sb_mark_dirty call
,
Artem Bityutskiy
[PATCHv5 06/16] AFFS: wait for sb synchronization when needed
,
Artem Bityutskiy
[PATCHv5 08/16] BFS: clean up the superblock usage
,
Artem Bityutskiy
[PATCHv5 02/16] VFS: rename s_dirt to s_dirty
,
Artem Bityutskiy
[PATCHv5 04/16] VFS: add memory barrier to sb_mark_clean and sb_mark_dirty
,
Artem Bityutskiy
Re: [PATCHv5 04/16] VFS: add memory barrier to sb_mark_clean and sb_mark_dirty
,
Artem Bityutskiy
Re: [PATCHv5 04/16] VFS: add memory barrier to sb_mark_clean and sb_mark_dirty
,
Artem Bityutskiy
Re: [PATCHv5 04/16] VFS: add memory barrier to sb_mark_clean and sb_mark_dirty
,
Artem Bityutskiy
[PATCHv5 01/16] VFS: introduce helpers for the s_dirt flag
,
Artem Bityutskiy
[PATCHv5 03/16] writeback: lessen sync_supers wakeup count
,
Artem Bityutskiy
[PATCH] MAINTAINERS: change mailing list address for CIFS
,
Jeff Layton
[linux-cifs-client][PATCH] cifs: hard mount option behaviour implementation
,
shirishpargaonkar
Re: [linux-cifs-client] [PATCH] cifs: hard mount option behaviour implementation
,
Jeff Layton
Re: [linux-cifs-client] [PATCH] cifs: hard mount option behaviour implementation
,
Shirish Pargaonkar
Re: [linux-cifs-client] [PATCH] cifs: hard mount option behaviour implementation
,
Jeff Layton
[git pull] vfs/fs for -rc2
,
Al Viro
[PATCH 0/2 RFC v3] Livelock avoidance for data integrity writeback
,
Jan Kara
[PATCH 1/2] radix-tree: Implement function radix_tree_gang_tag_if_tagged
,
Jan Kara
[PATCH 2/2] mm: Implement writeback livelock avoidance using page tagging
,
Jan Kara
Re: [PATCH 2/2] mm: Implement writeback livelock avoidance using page tagging
,
Nick Piggin
Re: [PATCH 2/2] mm: Implement writeback livelock avoidance using page tagging
,
Jan Kara
Re: [PATCH 2/2] mm: Implement writeback livelock avoidance using page tagging
,
Nick Piggin
Re: [PATCH 2/2] mm: Implement writeback livelock avoidance using page tagging
,
Jan Kara
Re: [PATCH 2/2] mm: Implement writeback livelock avoidance using page tagging
,
Jan Kara
Re: [PATCH 2/2] mm: Implement writeback livelock avoidance using page tagging
,
Christoph Hellwig
Re: [PATCH 2/2] mm: Implement writeback livelock avoidance using page tagging
,
Jan Kara
Re: [PATCH 2/2] mm: Implement writeback livelock avoidance using page tagging
,
Christoph Hellwig
Re: [PATCH 0/2 RFC v3] Livelock avoidance for data integrity writeback
,
Nick Piggin
Re: [PATCH 0/2 RFC v3] Livelock avoidance for data integrity writeback
,
Wu Fengguang
Re: [PATCH 0/2 RFC v3] Livelock avoidance for data integrity writeback
,
Nick Piggin
[PATCH 0/4] Update ctime when changing the file's permission by setfacl
,
Jan Kara
[PATCH 3/4] ext4: update ctime when changing the file's permission by setfacl
,
Jan Kara
Re: [PATCH 3/4] ext4: update ctime when changing the file's permission by setfacl
,
tytso
[PATCH 4/4] jffs2: update ctime when changing the file's permission by setfacl
,
Jan Kara
Re: [PATCH 4/4] jffs2: update ctime when changing the file's permission by setfacl
,
David Woodhouse
Re: [PATCH 4/4] jffs2: update ctime when changing the file's permission by setfacl
,
Al Viro
Re: [PATCH 4/4] jffs2: update ctime when changing the file's permission by setfacl
,
Al Viro
[PATCH 2/4] vfs: update ctime when changing the file's permission by setfacl
,
Jan Kara
[PATCH 1/4] ext2: update ctime when changing the file's permission by setfacl
,
Jan Kara
[PATCH] vfs: remove unused MNT_STRICTATIME
,
Miklos Szeredi
<Possible follow-ups>
[PATCH] vfs: remove unused MNT_STRICTATIME
,
Miklos Szeredi
[PATCH] quota: clean up quota active checks
,
Christoph Hellwig
Re: [PATCH] quota: clean up quota active checks
,
Jan Kara
Re: [PATCH] quota: clean up quota active checks
,
Jan Kara
[PATCH] clean up the namespace in dqblk_xfs.h
,
Christoph Hellwig
Re: [PATCH] clean up the namespace in dqblk_xfs.h
,
Steven Whitehouse
Re: [PATCH] clean up the namespace in dqblk_xfs.h
,
Jan Kara
[patch 0/4] Initial vfs scalability patches again
,
Nick Piggin
[patch 2/4] lglock: introduce special lglock and brlock spin locks
,
Nick Piggin
Re: [patch 2/4] lglock: introduce special lglock and brlock spin locks
,
Eric Dumazet
Re: [patch 2/4] lglock: introduce special lglock and brlock spin locks
,
Nick Piggin
Re: [patch 2/4] lglock: introduce special lglock and brlock spin locks
,
Eric Dumazet
Re: [patch 2/4] lglock: introduce special lglock and brlock spin locks
,
Paul E. McKenney
Re: [patch 2/4] lglock: introduce special lglock and brlock spin locks
,
Nick Piggin
[patch 1/4] fs: cleanup files_lock
,
Nick Piggin
Re: [patch 1/4] fs: cleanup files_lock
,
Christoph Hellwig
Re: [patch 1/4] fs: cleanup files_lock
,
Nick Piggin
Re: [patch 1/4] fs: cleanup files_lock
,
Andi Kleen
Re: [patch 1/4] fs: cleanup files_lock
,
Christoph Hellwig
[PATCH, RFC] tty: stop abusing file->f_u.fu_list
,
Christoph Hellwig
Re: [PATCH, RFC] tty: stop abusing file->f_u.fu_list
,
Al Viro
Re: [PATCH, RFC] tty: stop abusing file->f_u.fu_list
,
Nick Piggin
Re: [PATCH, RFC] tty: stop abusing file->f_u.fu_list
,
Nick Piggin
[patch 3/4] fs: scale files_lock
,
Nick Piggin
[patch 4/4] fs: brlock vfsmount_lock
,
Nick Piggin
[PATCH 0/6] writeback: tracing and fixes V3.
,
Dave Chinner
[PATCH 4/6] writeback: pay attention to wbc->nr_to_write in write_cache_pages
,
Dave Chinner
Re: [PATCH 4/6] writeback: pay attention to wbc->nr_to_write in write_cache_pages
,
Christoph Hellwig
[PATCH 1/6] writeback: initial tracing support
,
Dave Chinner
Re: [PATCH 1/6] writeback: initial tracing support
,
Li Zefan
Re: [PATCH 1/6] writeback: initial tracing support
,
Dave Chinner
[PATCH 5/6] xfs: remove nr_to_write writeback windup.
,
Dave Chinner
[PATCH 6/6] writeback: limit write_cache_pages integrity scanning to current EOF
,
Dave Chinner
Re: [PATCH 6/6] writeback: limit write_cache_pages integrity scanning to current EOF
,
Christoph Hellwig
Re: [PATCH 6/6] writeback: limit write_cache_pages integrity scanning to current EOF
,
Nick Piggin
[PATCH 3/6] writeback: Add tracing to write_cache_pages
,
Dave Chinner
Re: [PATCH 3/6] writeback: Add tracing to write_cache_pages
,
Christoph Hellwig
[PATCH 2/6] writeback: Add tracing to balance_dirty_pages
,
Dave Chinner
Re: [PATCH 0/6] writeback: tracing and fixes V3.
,
Christoph Hellwig
Re: [PATCH 0/6] writeback: tracing and fixes V3.
,
Dave Chinner
Re: [PATCH 0/6] writeback: tracing and fixes V3.
,
Christoph Hellwig
[patch] fs: move code out of buffer.c
,
Nick Piggin
[PATCH -V13 0/11] Generic name to handle and open by handle syscalls
,
Aneesh Kumar K.V
[PATCH 08/11] x86: Add new syscalls for x86_64
,
Aneesh Kumar K.V
[PATCH 09/11] ext3: Copy fs UUID to superblock.
,
Aneesh Kumar K.V
[PATCH 10/11] vfs: Support null pathname in faccessat
,
Aneesh Kumar K.V
[PATCH 11/11] vfs: Support null pathname in linkat
,
Aneesh Kumar K.V
[PATCH 07/11] x86: Add new syscalls for x86_32
,
Aneesh Kumar K.V
[PATCH 06/11] ext4: Copy fs UUID to superblock
,
Aneesh Kumar K.V
[PATCH 05/11] vfs: Support null pathname in readlink
,
Aneesh Kumar K.V
[PATCH 04/11] vfs: Allow handle based open on symlinks
,
Aneesh Kumar K.V
[PATCH 01/11] exportfs: Return the minimum required handle size
,
Aneesh Kumar K.V
Re: [PATCH 01/11] exportfs: Return the minimum required handle size
,
Aneesh Kumar K. V
[PATCH 03/11] vfs: Add open by file handle support
,
Aneesh Kumar K.V
[PATCH 02/11] vfs: Add name to file handle conversion support
,
Aneesh Kumar K.V
<Possible follow-ups>
[PATCH -V13 0/11] Generic name to handle and open by handle syscalls
,
Aneesh Kumar K.V
[PATCH -V13 06/11] ext4: Copy fs UUID to superblock
,
Aneesh Kumar K.V
[PATCH -V13 11/11] vfs: Support null pathname in linkat
,
Aneesh Kumar K.V
[PATCH -V13 10/11] vfs: Support null pathname in faccessat
,
Aneesh Kumar K.V
[PATCH -V13 09/11] ext3: Copy fs UUID to superblock.
,
Aneesh Kumar K.V
[PATCH -V13 02/11] vfs: Add name to file handle conversion support
,
Aneesh Kumar K.V
[PATCH -V13 08/11] x86: Add new syscalls for x86_64
,
Aneesh Kumar K.V
[PATCH -V13 07/11] x86: Add new syscalls for x86_32
,
Aneesh Kumar K.V
[PATCH -V13 04/11] vfs: Allow handle based open on symlinks
,
Aneesh Kumar K.V
[PATCH -V13 05/11] vfs: Support null pathname in readlink
,
Aneesh Kumar K.V
[PATCH -V13 01/11] exportfs: Return the minimum required handle size
,
Aneesh Kumar K.V
[PATCH -V13 03/11] vfs: Add open by file handle support
,
Aneesh Kumar K.V
Re: [PATCH -V13 0/11] Generic name to handle and open by handle syscalls
,
Dave Chinner
Re: [PATCH -V13 0/11] Generic name to handle and open by handle syscalls
,
Aneesh Kumar K. V
Re: [PATCH -V13 0/11] Generic name to handle and open by handle syscalls
,
Aneesh Kumar K. V
Unbound(?) internal fragmentation in Btrfs
,
Edward Shishkin
Re: Unbound(?) internal fragmentation in Btrfs
,
Mat
Re: Unbound(?) internal fragmentation in Btrfs
,
Christian Stroetmann
Btrfs: broken file system design (was Unbound(?) internal fragmentation in Btrfs)
,
Edward Shishkin
Re: Btrfs: broken file system design (was Unbound(?) internal fragmentation in Btrfs)
,
Daniel J Blueman
Re: Btrfs: broken file system design (was Unbound(?) internal fragmentation in Btrfs)
,
Edward Shishkin
Re: Btrfs: broken file system design (was Unbound(?) internal fragmentation in Btrfs)
,
Jamie Lokier
RE: Btrfs: broken file system design (was Unbound(?) internal fragmentation in Btrfs)
,
Daniel Taylor
Re: Btrfs: broken file system design (was Unbound(?) internal fragmentation in Btrfs)
,
Mike Fedyk
RE: Btrfs: broken file system design (was Unbound(?) internal fragmentation in Btrfs)
,
Daniel Taylor
Re: Btrfs: broken file system design
,
Andi Kleen
Re: Btrfs: broken file system design (was Unbound(?) internal fragmentation in Btrfs)
,
Ric Wheeler
Re: Btrfs: broken file system design (was Unbound(?) internal fragmentation in Btrfs)
,
Michael Tokarev
Re: Btrfs: broken file system design (was Unbound(?) internal fragmentation in Btrfs)
,
Ric Wheeler
Message not available
Re: Btrfs: broken file system design (was Unbound(?) internal fragmentation in Btrfs)
,
Ric Wheeler
RE: Btrfs: broken file system design (was Unbound(?) internal fragmentation in Btrfs)
,
David Woodhouse
Re: Btrfs: broken file system design (was Unbound(?) internal fragmentation in Btrfs)
,
Christian Stroetmann
Re: Btrfs: broken file system design (was Unbound(?) internal fragmentation in Btrfs)
,
Chris Mason
Re: Btrfs: broken file system design (was Unbound(?) internal fragmentation in Btrfs)
,
Edward Shishkin
Re: Btrfs: broken file system design (was Unbound(?) internal fragmentation in Btrfs)
,
Chris Mason
Re: Btrfs: broken file system design (was Unbound(?) internal fragmentation in Btrfs)
,
Edward Shishkin
Re: Btrfs: broken file system design (was Unbound(?) internal fragmentation in Btrfs)
,
Chris Mason
Re: Btrfs: broken file system design (was Unbound(?) internal fragmentation in Btrfs)
,
Christian Stroetmann
Re: Btrfs: broken file system design (was Unbound(?) internal fragmentation in Btrfs)
,
Chris Mason
Re: Btrfs: broken file system design (was Unbound(?) internal fragmentation in Btrfs)
,
Jamie Lokier
Re: Btrfs: broken file system design (was Unbound(?) internal fragmentation in Btrfs)
,
Christian Stroetmann
Re: Btrfs: broken file system design (was Unbound(?) internal fragmentation in Btrfs)
,
Edward Shishkin
Re: Btrfs: broken file system design (was Unbound(?) internal fragmentation in Btrfs)
,
Chris Mason
Balancing leaves when walking from top to down (was Btrfs:...)
,
Edward Shishkin
Re: Balancing leaves when walking from top to down (was Btrfs:...)
,
Ric Wheeler
Re: Balancing leaves when walking from top to down (was Btrfs:...)
,
Edward Shishkin
Re: Balancing leaves when walking from top to down (was Btrfs:...)
,
Chris Mason
Re: Balancing leaves when walking from top to down (was Btrfs:...)
,
Chris Mason
Re: Balancing leaves when walking from top to down (was Btrfs:...)
,
Edward Shishkin
Re: Balancing leaves when walking from top to down (was Btrfs:...)
,
Chris Mason
Re: Balancing leaves when walking from top to down (was Btrfs:...)
,
Edward Shishkin
Re: Balancing leaves when walking from top to down (was Btrfs:...)
,
Jamie Lokier
Re: Balancing leaves when walking from top to down (was Btrfs:...)
,
Chris Mason
Re: Balancing leaves when walking from top to down (was Btrfs:...)
,
Edward Shishkin
Re: Balancing leaves when walking from top to down (was Btrfs:...)
,
Chris Mason
Re: Btrfs: broken file system design (was Unbound(?) internal fragmentation in Btrfs)
,
Jamie Lokier
[patch] fcntl: return -EFAULT if copy_to_user fails
,
Dan Carpenter
Re: [patch] fcntl: return -EFAULT if copy_to_user fails
,
Takuya Yoshikawa
[patch v2] fcntl: return -EFAULT if copy_to_user fails
,
Dan Carpenter
Re: [patch v2] fcntl: return -EFAULT if copy_to_user fails
,
Peter Zijlstra
Re: [patch v2] fcntl: return -EFAULT if copy_to_user fails
,
Jens Axboe
Re: [patch v2] fcntl: return -EFAULT if copy_to_user fails
,
Takuya Yoshikawa
Re: [patch v2] fcntl: return -EFAULT if copy_to_user fails
,
Eric Dumazet
Re: [patch v2] fcntl: return -EFAULT if copy_to_user fails
,
Nick Piggin
Re: [patch v2] fcntl: return -EFAULT if copy_to_user fails
,
Takuya Yoshikawa
Re: [patch v2] fcntl: return -EFAULT if copy_to_user fails
,
Eric Dumazet
Re: [patch v2] fcntl: return -EFAULT if copy_to_user fails
,
Dan Carpenter
Re: [patch v2] fcntl: return -EFAULT if copy_to_user fails
,
Dan Carpenter
Re: [patch] fcntl: return -EFAULT if copy_to_user fails
,
Al Viro
[PATCH v6] fs: allow protected cross-uid sticky symlinks
,
Kees Cook
Re: [PATCH v6] fs: allow protected cross-uid sticky symlinks
,
Alan Cox
Re: [PATCH v6] fs: allow protected cross-uid sticky symlinks
,
Kees Cook
Re: [PATCH v6] fs: allow protected cross-uid sticky symlinks
,
Al Viro
Re: [PATCH v6] fs: allow protected cross-uid sticky symlinks
,
Kees Cook
Re: [PATCH v6] fs: allow protected cross-uid sticky symlinks
,
Eric W. Biederman
Re: [PATCH v6] fs: allow protected cross-uid sticky symlinks
,
Kees Cook
Re: [PATCH v6] fs: allow protected cross-uid sticky symlinks
,
Valdis . Kletnieks
Re: [PATCH v6] fs: allow protected cross-uid sticky symlinks
,
Kees Cook
Re: [PATCH v6] fs: allow protected cross-uid sticky symlinks
,
Eric W. Biederman
Re: [PATCH v6] fs: allow protected cross-uid sticky symlinks
,
Kees Cook
Re: [PATCH v6] fs: allow protected cross-uid sticky symlinks
,
Alan Cox
Re: [PATCH v6] fs: allow protected cross-uid sticky symlinks
,
Serge E. Hallyn
[PATCH] EVM
,
Mimi Zohar
[PATCH] ima: appraise measurement required
,
Mimi Zohar
[PATCH v5] fs: allow protected cross-uid sticky symlinks
,
Kees Cook
[PATCH v4] fs: allow protected cross-uid sticky symlinks
,
Kees Cook
Re: [PATCH v4] fs: allow protected cross-uid sticky symlinks
,
Dave Young
Re: [PATCH v4] fs: allow protected cross-uid sticky symlinks
,
Kees Cook
Re: [PATCH v4] fs: allow protected cross-uid sticky symlinks
,
Dave Young
Re: [PATCH v4] fs: allow protected cross-uid sticky symlinks
,
Kees Cook
[PATCH][BUG] fs: thaw_bdev() should return EINVAL if bd_fsfreeze_count is 0
,
Masayoshi MIZUMA
[PATCH v3] fs: allow protected cross-uid sticky symlinks
,
Kees Cook
Re: [PATCH v3] fs: allow protected cross-uid sticky symlinks
,
Al Viro
Re: [PATCH v3] fs: allow protected cross-uid sticky symlinks
,
Kees Cook
[Index of Archives]
[Linux Ext4 Filesystem]
[Union Filesystem]
[Ceph Users]
[AutoFS]
[Kernel Announce]
[Kernel Newbies]
[Kernel Development]
[Linux RAID]
[IETF Annouce]
[Security]
[Netfilter]
[Bugtraq]