messages from 2010-10-25 22:30:03 to 2010-10-29 12:55:50 UTC [more...]
[PATCH] rcu_read_lock/unlock protect find_task_by_vpid call
2010-10-29 12:55 UTC
[PATCH 0/9] Reduce latencies and improve overall reclaim efficiency v1
2010-10-29 10:26 UTC (4+ messages)
` [PATCH 09/10] vmscan: Do not writeback filesystem pages in direct reclaim
[PATCH -V22 00/14] Generic name to handle and open by handle syscalls
2010-10-29 10:19 UTC (16+ messages)
` [PATCH -V22 01/14] exportfs: Return the minimum required handle size
` [PATCH -V22 02/14] vfs: Add name to file handle conversion support
` [PATCH -V22 03/14] vfs: Add open by file handle support
` [PATCH -V22 04/14] vfs: Add handle based readlink syscall
` [PATCH -V22 05/14] vfs: Add handle based stat syscall
` [PATCH -V22 06/14] fs: Don't allow to create hardlink for deleted file
` [PATCH -V22 07/14] fs: Remove i_nlink check from file system link callback
` [Updated PATCH "
` [PATCH -V22 08/14] vfs: Add handle based link syscall
` [PATCH -V22 09/14] x86: Add new syscalls for x86_32
` [PATCH -V22 10/14] x86: Add new syscalls for x86_64
` [PATCH -V22 11/14] unistd.h: Add new syscalls numbers to asm-generic
` [PATCH -V22 12/14] vfs: Export file system uuid via /proc/<pid>/mountinfo
` [PATCH -V22 13/14] ext3: Copy fs UUID to superblock
` [PATCH -V22 14/14] ext4: "
[PATCH] make fanotify_read() restartable across signals
2010-10-29 10:06 UTC
Ensure FMODE_NONOTIFY is not set by userspace
2010-10-29 10:02 UTC
fs: Add FITRIM ioctl
2010-10-29 9:50 UTC (4+ messages)
fs: break out inode operations from inode_lock V4
2010-10-29 9:48 UTC (13+ messages)
` [PATCH 1/8] fs: protect inode->i_state with inode->i_lock
` [PATCH 2/8] fs: factor inode disposal
` [PATCH 3/8] fs: Lock the inode LRU list separately
` [PATCH 4/8] fs: remove inode_lock from iput_final and prune_icache
` [PATCH 5/8] fs: move i_sb_list out from under inode_lock
` [PATCH 6/8] fs: move i_wb_list "
` [PATCH 7/8] fs: rename inode_lock to inode_hash_lock
` [PATCH 8/8] fs: Clean up documentation references to inode_lock
fs: break out inode operations from inode_lock V3
2010-10-29 7:46 UTC (14+ messages)
` [PATCH 1/8] fs: protect inode->i_state with inode->i_lock
` [PATCH 2/8] fs: factor inode disposal
` [PATCH 3/8] fs: Lock the inode LRU list separately
` [PATCH 4/8] fs: remove inode_lock from iput_final and prune_icache
` [PATCH 5/8] fs: move i_sb_list out from under inode_lock
` [PATCH 6/8] fs: move i_wb_list "
` [PATCH 7/8] fs: rename inode_lock to inode_hash_lock
` [PATCH 8/8] fs: Clean up documentation references to inode_lock
[PATCH] vfs: fix possible use after free in finish_open()
2010-10-29 6:58 UTC (3+ messages)
[PATCH 0/5][v5][cr] Checkpoint/restart file locks
2010-10-29 6:16 UTC (6+ messages)
` [PATCH 1/5][v5][cr]: Move file_lock macros into linux/fs.h
` [PATCH 2/5][v5][cr]: Define flock_set()
` [PATCH 3/5][v5][cr]: Define flock64_set()
` [PATCH 4/5][v5][cr]: Checkpoint/restore file-locks
` [PATCH 5/5][v5][cr]: Document design of C/R of file-locks
[PATCH 0/4] IMA: making i_readcount a first class inode citizen
2010-10-29 0:30 UTC (12+ messages)
` [PATCH 1/4] IMA: define readcount functions
` [PATCH 2/4] IMA: maintain i_readcount in the VFS layer
` [PATCH 3/4] IMA: remove IMA imbalance checking
` [PATCH 4/4] IMA: making i_readcount a first class inode citizen
[PATCH 0/3] fs: peel back the inode_lock some more
2010-10-28 21:47 UTC (9+ messages)
` [PATCH 1/3] fs: move i_sb_list out from under inode_lock
` [PATCH 2/3] fs: move i_wb_list "
` [PATCH 3/3] fs: move i_hash "
fs: break out inode LRU operations from inode_lock V2
2010-10-28 21:41 UTC (8+ messages)
` [PATCH 1/4] fs: protect inode->i_state with inode->i_lock
` [PATCH 2/4] fs: factor inode disposal
` [PATCH 3/4] fs: Lock the inode LRU list separately
` [PATCH 4/4] fs: remove inode_lock from iput_final and prune_icache
[PATCH 01/20] fanotify: allow fanotify to be built
2010-10-28 21:33 UTC (20+ messages)
` [PATCH 02/20] fsnotify: implement ordering between notifiers
` [PATCH 03/20] fanotify: implement fanotify listener ordering
` [PATCH 04/20] fanotify: use __aligned_u64 in fanotify userspace metadata
` [PATCH 05/20] fsnotify: correctly handle return codes from listeners
` [PATCH 06/20] fsnotify: call fsnotify_parent in perm events
` [PATCH 07/20] fanotify: allow userspace to flush all marks
` [PATCH 08/20] fanotify: ignore fanotify ignore marks if open writers
` [PATCH 09/20] fsnotify: implement a default maximum queue depth
` [PATCH 10/20] fanotify: allow userspace to override max "
` [PATCH 11/20] fanotify: limit the number of marks in a single fanotify group
` [PATCH 12/20] fanotify: allow userspace to override max marks
` [PATCH 13/20] fanotify: limit number of listeners per user
` [PATCH 14/20] fanotify: do not send events for irregular files
` [PATCH 15/20] fsnotify: rename FS_IN_ISDIR to FS_ISDIR
` [PATCH 16/20] fanotify: ignore events on directories unless specifically requested
` [PATCH 17/20] fanotify: do not recalculate the mask if the ignored mask changed
` [PATCH 18/20] fanotify: Fix FAN_CLOSE comments
` [PATCH 19/20] fs/notify/fanotify/fanotify_user.c: fix warnings
` [PATCH 20/20] fsnotify: remove alignment padding from fsnotify_mark on 64 bit builds
How do I add yaffs file system to mainline?
2010-10-28 18:23 UTC (2+ messages)
How do I add yaffs file system to mainline?
2010-10-28 17:58 UTC (2+ messages)
[PATCH 00/19] quota: RFC SMP improvements for generic quota V2
2010-10-28 14:27 UTC (8+ messages)
` [PATCH 01/19] quota: protect getfmt call with dqonoff_mutex lock
` [PATCH 07/19] quota: make per-sb hash array
` [PATCH 10/19] quota: make per-sb dq_data_lock
[GIT PULL] two small hfsplus fixes
2010-10-28 11:30 UTC
fs: break out inode LRU operations from node_lock
2010-10-28 10:58 UTC (22+ messages)
` [PATCH 1/4] fs: protect inode->i_state with inode->i_lock
` [PATCH 2/4] fs: factor inode disposal
` [PATCH 3/4] fs: Lock the inode LRU list separately
` [PATCH 4/4] fs: remove inode_lock from iput_final and prune_icache
Alpv Uvaejpu
2010-10-28 10:20 UTC
[RFC] subtypes namig rules for stack-filesystem
2010-10-28 8:35 UTC
[PATCH] reiserfs: Fix locking in reiserfs_quota_on()
2010-10-28 1:36 UTC (3+ messages)
A few concerns about fanotify implementation
2010-10-27 15:58 UTC (7+ messages)
` [malware-list] "
[PATCH 01/11] IMA: use rbtree instead of radix tree for inode information cache
2010-10-27 13:35 UTC (25+ messages)
` [PATCH 06/11] IMA: use i_writecount rather than a private counter
[PATCH] fs: add bdi_start_writeback(), bdi_start_writeback_if_idle()
2010-10-27 11:59 UTC
[PATCH] FS: hfsplus, fix lock imbalance
2010-10-27 11:52 UTC (2+ messages)
Add yaffs file system to mainline
2010-10-27 3:47 UTC
***IMPORTANT NOTICE***
2010-10-27 3:36 UTC
[git pull] vfs, part 1
2010-10-27 3:19 UTC (2+ messages)
` fix braino in fs: do not assign default i_ino in new_inode
Yours Faithfully
2010-10-27 0:55 UTC
Yours Faithfully
2010-10-27 0:19 UTC
[ABI REVIEW][PATCH 0/8] Namespace file descriptors
2010-10-27 0:27 UTC (12+ messages)
` [PATCH 8/8] net: Implement socketat
` netns patches WAS( "
[PATCH 1/4] fs: do not drop inode_lock in dispose_list
2010-10-26 19:18 UTC (8+ messages)
` [PATCH 4/4] fs: kill I_WILL_FREE
[patch 2/2] vfs: relax count check in rw_verify_area
2010-10-26 14:44 UTC (3+ messages)
[PATCH 0/4] read-only remount fixes
2010-10-26 14:16 UTC (5+ messages)
` [PATCH 1/4] vfs: ignore error on forced remount
` [PATCH 2/4] vfs: keep list of mounts for each superblock
` [PATCH 3/4] vfs: protect remounting superblock read-only
` [PATCH 4/4] vfs: fs_may_remount_ro: turn unnecessary check into a WARN_ON
[PATCH 0/8 v4] overlay filesystem prototype
2010-10-26 10:50 UTC (9+ messages)
` [PATCH 1/8 v4] vfs: implement open "forwarding"
` [PATCH 2/8 v4] vfs: make i_op->permission take a dentry instead of an inode
` [PATCH 3/8 v4] vfs: introduce s_op->is_same_inode()
` [PATCH 4/8 v4] vfs: export do_splice_direct() to modules
` [PATCH 5/8 v4] export security_inode_permission to allow overlayfs to be modular
` [PATCH 6/8 v4] overlay filesystem prototype
` [PATCH 7/8 v4] overlayfs: add statfs support
` [PATCH 8/8 v4] overlay: overlay filesystem documentation
[PATCH] fs/buffer.c: call __block_write_begin() if we have page
2010-10-26 8:06 UTC (4+ messages)
` [PATCH UPDATED] "
[PATCH -V4 00/11] New ACL format for better NFSv4 acl interoperability
2010-10-26 4:35 UTC (6+ messages)
[PATCH 11/18] fs: Introduce per-bucket inode hash locks
2010-10-26 0:12 UTC (15+ messages)
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).