| Commit message (Expand) | Author | Age |
* | fs: scale files_lock | Nick Piggin | 2010-08-18 |
* | tty: fix fu_list abuse | Nick Piggin | 2010-08-18 |
* | fs: cleanup files_lock locking | Nick Piggin | 2010-08-18 |
* | remove SWRITE* I/O types | Christoph Hellwig | 2010-08-18 |
* | Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/fre... | Linus Torvalds | 2010-08-13 |
|\ |
|
| * | bkl: Remove locked .ioctl file operation | Arnd Bergmann | 2010-08-13 |
* | | Mark arguments to certain syscalls as being const | David Howells | 2010-08-13 |
|/ |
|
* | block: add secure discard | Adrian Hunter | 2010-08-12 |
* | include/linux/fs.h: complete hexification of FMODE_* constants | Andrew Morton | 2010-08-11 |
* | Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2010-08-10 |
|\ |
|
| * | bio, fs: separate out bio_types.h and define READ/WRITE constants in terms of... | Tejun Heo | 2010-08-07 |
| * | bio, fs: update RWA_MASK, READA and SWRITE to match the corresponding BIO_RW_... | Tejun Heo | 2010-08-07 |
| * | block: unify flags for struct bio and struct request | Christoph Hellwig | 2010-08-07 |
| * | block: BARRIER request should imply SYNC | Christoph Hellwig | 2010-08-07 |
* | | Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notify | Linus Torvalds | 2010-08-10 |
|\ \ |
|
| * | | dnotify: move dir_notify_enable declaration | Alexey Dobriyan | 2010-07-28 |
| * | | fanotify: FMODE_NONOTIFY and __O_SYNC in sparc conflict | Signed-off-by: Wu Fengguang | 2010-07-28 |
| * | | vfs: introduce FMODE_NONOTIFY | Eric Paris | 2010-07-28 |
| * | | fsnotify: rename fsnotify_mark_entry to just fsnotify_mark | Eric Paris | 2010-07-28 |
| * | | inotify: remove inotify in kernel interface | Eric Paris | 2010-07-28 |
| |/ |
|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2010-08-10 |
|\ \ |
|
| * | | Fix sget() race with failing mount | Al Viro | 2010-08-09 |
| * | | pass a struct path to vfs_statfs | Christoph Hellwig | 2010-08-09 |
| * | | convert remaining ->clear_inode() to ->evict_inode() | Al Viro | 2010-08-09 |
| * | | Make ->drop_inode() just return whether inode needs to be dropped | Al Viro | 2010-08-09 |
| * | | fs/inode.c:clear_inode() is gone | Al Viro | 2010-08-09 |
| * | | ->delete_inode() is gone | Al Viro | 2010-08-09 |
| * | | new helper: end_writeback() | Al Viro | 2010-08-09 |
| * | | generic_detach_inode() can be static now | Al Viro | 2010-08-09 |
| * | | New method - evict_inode() | Al Viro | 2010-08-09 |
| * | | simplify checks for I_CLEAR/I_FREEING | Al Viro | 2010-08-09 |
| * | | check ATTR_SIZE contraints in inode_change_ok | Christoph Hellwig | 2010-08-09 |
| * | | remove inode_setattr | Christoph Hellwig | 2010-08-09 |
| * | | rename generic_setattr | Christoph Hellwig | 2010-08-09 |
| * | | sort out blockdev_direct_IO variants | Christoph Hellwig | 2010-08-09 |
* | | | mm: implement writeback livelock avoidance using page tagging | Jan Kara | 2010-08-09 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo... | Linus Torvalds | 2010-08-04 |
|\ \ \
| |/ /
|/| | |
|
| * | | vfs: re-introduce MAY_CHDIR | Eric Paris | 2010-08-02 |
| |/ |
|
* / | direct-io: move aio_complete into ->end_io | Christoph Hellwig | 2010-07-26 |
|/ |
|
* | VFS: introduce s_dirty accessors | Artem Bityutskiy | 2010-07-06 |
* | wrong type for 'magic' argument in simple_fill_super() | Roberto Sassu | 2010-06-04 |
* | fs: introduce new truncate sequence | npiggin@suse.de | 2010-05-27 |
* | rename the generic fsync implementations | Christoph Hellwig | 2010-05-27 |
* | drop unused dentry argument to ->fsync | Christoph Hellwig | 2010-05-27 |
* | get rid of the magic around f_count in aio | Al Viro | 2010-05-27 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable | Linus Torvalds | 2010-05-27 |
|\ |
|
| * | direct-io: add a hook for the fs to provide its own submit_bio function | Josef Bacik | 2010-05-25 |
* | | vfs: introduce noop_llseek() | jan Blunck | 2010-05-27 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2010-05-21 |
|\ \ |
|
| * | | vfs: Add inode uid,gid,mode init helper | Dmitry Monakhov | 2010-05-21 |