| Commit message (Expand) | Author | Age |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 | Linus Torvalds | 2009-04-17 |
|\ |
|
| * | proc: mounts_poll() make consistent to mdstat_poll | KOSAKI Motohiro | 2009-04-16 |
| * | sysfs: sysfs poll keep the poll rule of regular file. | KOSAKI Motohiro | 2009-04-16 |
| * | sysfs: don't use global workqueue in sysfs_schedule_callback() | Alex Chiang | 2009-04-16 |
* | | AFS: Guard afs_file_readpage_read_complete() definition with CONFIG_AFS_FSCACHE | Matt Kraai | 2009-04-17 |
* | | vfat: Note the NLS requirement | Alan Cox | 2009-04-17 |
* | | splice: fix new kernel-doc warnings | Randy Dunlap | 2009-04-17 |
|/ |
|
* | Add block_write_full_page_endio for passing endio handler | Chris Mason | 2009-04-16 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes | Linus Torvalds | 2009-04-15 |
|\ |
|
| * | GFS2: Use DEFINE_SPINLOCK | Xu Gang | 2009-04-15 |
| * | GFS2: cleanup file_operations mess | Christoph Hellwig | 2009-04-15 |
| * | GFS2: Move umount flush rwsem | Steven Whitehouse | 2009-04-15 |
| * | GFS2: Fix symlink creation race | Steven Whitehouse | 2009-04-15 |
| * | GFS2: Make quotad's waiting interruptible | Steven Whitehouse | 2009-04-15 |
* | | gfs2: Remove code handling bio_alloc failure with __GFP_WAIT | Nikanth Karthikesan | 2009-04-15 |
* | | ext4: Remove code handling bio_alloc failure with __GFP_WAIT | Nikanth Karthikesan | 2009-04-15 |
* | | dio: Remove code handling bio_alloc failure with __GFP_WAIT | Nikanth Karthikesan | 2009-04-15 |
* | | bio: add documentation to bio_alloc() | Jens Axboe | 2009-04-15 |
* | | splice: add helpers for locking pipe inode | Miklos Szeredi | 2009-04-15 |
* | | splice: remove generic_file_splice_write_nolock() | Miklos Szeredi | 2009-04-15 |
* | | ocfs2: fix i_mutex locking in ocfs2_splice_to_file() | Miklos Szeredi | 2009-04-15 |
* | | splice: fix i_mutex locking in generic_splice_write() | Miklos Szeredi | 2009-04-15 |
* | | splice: remove i_mutex locking in splice_from_pipe() | Miklos Szeredi | 2009-04-15 |
* | | splice: split up __splice_from_pipe() | Miklos Szeredi | 2009-04-15 |
* | | buffer: switch do_emergency_thaw() away from pdflush_operation() | Jens Axboe | 2009-04-15 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz... | Linus Torvalds | 2009-04-14 |
|\ |
|
| * | fuse: fix "direct_io" private mmap | Miklos Szeredi | 2009-04-09 |
| * | fuse: fix argument type in fuse_get_user_pages() | Miklos Szeredi | 2009-04-09 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu... | Linus Torvalds | 2009-04-14 |
|\ \ |
|
| * | | nilfs2: fix possible mismatch of sufile counters on recovery | Ryusuke Konishi | 2009-04-12 |
| * | | nilfs2: segment usage file cleanups | Ryusuke Konishi | 2009-04-12 |
| * | | nilfs2: fix wrong accounting and duplicate brelse in nilfs_sufile_set_error | Ryusuke Konishi | 2009-04-12 |
| * | | nilfs2: simplify handling of active state of segments fix | Ryusuke Konishi | 2009-04-12 |
| * | | nilfs2: remove module version | Ryusuke Konishi | 2009-04-12 |
| * | | nilfs2: fix lockdep recursive locking warning on meta data files | Ryusuke Konishi | 2009-04-12 |
| * | | nilfs2: fix lockdep recursive locking warning on bmap | Ryusuke Konishi | 2009-04-12 |
| * | | nilfs2: return f_fsid for statfs2 | Ryusuke Konishi | 2009-04-12 |
* | | | ext2: fix data corruption for racing writes | Jan Kara | 2009-04-13 |
* | | | jbd: update locking coments | Jan Kara | 2009-04-13 |
* | | | hfs: fix memory leak when unmounting | Dave Anderson | 2009-04-13 |
* | | | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs | Linus Torvalds | 2009-04-13 |
|\ \ \
| |/ /
|/| | |
|
| * | | Merge branch 'master' into for-linus | Felix Blyakher | 2009-04-09 |
| |\ \ |
|
| | * | | xfs: remove xfs_flush_space | Dave Chinner | 2009-04-06 |
| | * | | xfs: flush delayed allcoation blocks on ENOSPC in create | Dave Chinner | 2009-04-06 |
| | * | | xfs: block callers of xfs_flush_inodes() correctly | Dave Chinner | 2009-04-06 |
| | * | | xfs: make inode flush at ENOSPC synchronous | Dave Chinner | 2009-04-06 |
| | * | | xfs: use xfs_sync_inodes() for device flushing | Dave Chinner | 2009-04-06 |
| | * | | xfs: inform the xfsaild of the push target before sleeping | Dave Chinner | 2009-04-06 |
| | * | | xfs: prevent unwritten extent conversion from blocking I/O completion | Dave Chinner | 2009-04-06 |
| | * | | xfs: fix double free of inode | Dave Chinner | 2009-04-06 |