Age | Commit message (Expand) | Author | Files | Lines |
2009-12-11 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 30 | -632/+889 |
2009-12-11 | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs | Linus Torvalds | 30 | -321/+254 |
2009-12-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 | Linus Torvalds | 7 | -417/+285 |
2009-12-11 | xfs: Fix error return for fallocate() on XFS | Jason Gunthorpe | 1 | -3/+3 |
2009-12-11 | xfs: cleanup dmapi macros in the umount path | Christoph Hellwig | 2 | -24/+21 |
2009-12-11 | xfs: remove incorrect sparse annotation for xfs_iget_cache_miss | Christoph Hellwig | 1 | -1/+1 |
2009-12-11 | xfs: kill the STATIC_INLINE macro | Christoph Hellwig | 9 | -36/+17 |
2009-12-11 | xfs: uninline xfs_get_extsz_hint | Christoph Hellwig | 2 | -21/+23 |
2009-12-11 | xfs: rename xfs_attr_fetch to xfs_attr_get_int | Christoph Hellwig | 2 | -5/+8 |
2009-12-11 | xfs: simplify xfs_buf_get / xfs_buf_read interfaces | Christoph Hellwig | 9 | -50/+44 |
2009-12-11 | xfs: remove IO_ISAIO | Christoph Hellwig | 3 | -8/+2 |
2009-12-11 | xfs: Wrapped journal record corruption on read at recovery | Andy Poling | 1 | -17/+7 |
2009-12-11 | xfs: cleanup data end I/O handlers | Christoph Hellwig | 1 | -69/+26 |
2009-12-11 | xfs: use WRITE_SYNC_PLUG for synchronous writeout | Christoph Hellwig | 1 | -7/+10 |
2009-12-11 | xfs: reset the i_iolock lock class in the reclaim path | Christoph Hellwig | 2 | -1/+17 |
2009-12-11 | xfs: I/O completion handlers must use NOFS allocations | Christoph Hellwig | 5 | -7/+15 |
2009-12-11 | xfs: fix mmap_sem/iolock inversion in xfs_free_eofblocks | Christoph Hellwig | 2 | -15/+26 |
2009-12-11 | xfs: simplify inode teardown | Christoph Hellwig | 5 | -57/+34 |
2009-12-11 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu... | Linus Torvalds | 30 | -785/+996 |
2009-12-11 | sysfs: sysfs_setattr remove unnecessary permission check. | Eric W. Biederman | 1 | -4/+0 |
2009-12-11 | sysfs: Factor out sysfs_rename from sysfs_rename_dir and sysfs_move_dir | Eric W. Biederman | 2 | -33/+32 |
2009-12-11 | sysfs: Propagate renames to the vfs on demand | Eric W. Biederman | 4 | -161/+32 |
2009-12-11 | sysfs: Gut sysfs_addrm_start and sysfs_addrm_finish | Eric W. Biederman | 2 | -89/+4 |
2009-12-11 | sysfs: In sysfs_chmod_file lazily propagate the mode change. | Eric W. Biederman | 1 | -23/+8 |
2009-12-11 | sysfs: Implement sysfs_getattr & sysfs_permission | Eric W. Biederman | 4 | -17/+54 |
2009-12-11 | sysfs: Nicely indent sysfs_symlink_inode_operations | Eric W. Biederman | 1 | -4/+4 |
2009-12-11 | sysfs: Update s_iattr on link and unlink. | Eric W. Biederman | 1 | -0/+18 |
2009-12-11 | sysfs: Fix locking and factor out sysfs_sd_setattr | Eric W. Biederman | 2 | -20/+32 |
2009-12-11 | sysfs: Simplify iattr time assignments | Eric W. Biederman | 1 | -6/+3 |
2009-12-11 | sysfs: Simplify sysfs_chmod_file semantics | Eric W. Biederman | 1 | -9/+1 |
2009-12-11 | sysfs: Use dentry_ops instead of directly playing with the dcache | Eric W. Biederman | 1 | -27/+46 |
2009-12-11 | sysfs: Rename sysfs_d_iput to sysfs_dentry_iput | Eric W. Biederman | 1 | -2/+2 |
2009-12-11 | sysfs: Update sysfs_setxattr so it updates secdata under the sysfs_mutex | Eric W. Biederman | 1 | -12/+29 |
2009-12-11 | debugfs: fix create mutex racy fops and private data | Mathieu Desnoyers | 1 | -23/+32 |
2009-12-11 | sysfs: mark a locally-only used function static | Stefan Richter | 1 | -1/+2 |
2009-12-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei... | Linus Torvalds | 14 | -53/+46 |
2009-12-10 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt... | Linus Torvalds | 19 | -498/+629 |
2009-12-10 | Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd | Linus Torvalds | 8 | -446/+1093 |
2009-12-10 | Merge git://git.infradead.org/ubifs-2.6 | Linus Torvalds | 3 | -18/+17 |
2009-12-10 | ext3: PTR_ERR return of wrong pointer in setup_new_group_blocks() | Roel Kluin | 1 | -1/+1 |
2009-12-10 | ext3: Fix data / filesystem corruption when write fails to copy data | Jan Kara | 1 | -4/+14 |
2009-12-10 | ext4: Support for 64-bit quota format | Jan Kara | 1 | -6/+24 |
2009-12-10 | ext3: Support for vfsv1 quota format | Jan Kara | 1 | -6/+24 |
2009-12-10 | quota: Implement quota format with 64-bit space and inode limits | Jan Kara | 3 | -39/+153 |
2009-12-10 | quota: Move definition of QFMT_OCFS2 to linux/quota.h | Jan Kara | 1 | -4/+0 |
2009-12-10 | ext2: fix comment in ext2_find_entry about return values | Jérémy Cochoy | 1 | -2/+2 |
2009-12-10 | ext3: Unify log messages in ext3 | Alexey Fisher | 1 | -205/+227 |
2009-12-10 | ext2: clear uptodate flag on super block I/O error | Stephen Hemminger | 1 | -0/+16 |
2009-12-10 | ext2: Unify log messages in ext2 | Alexey Fisher | 4 | -80/+101 |
2009-12-10 | ext3: make "norecovery" an alias for "noload" | Eric Sandeen | 1 | -0/+4 |