Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | nilfs2: move get block functions in bmap.c into btree codes | Ryusuke Konishi | 2009-06-10 | 3 | -48/+35 | |
| * | | | | | nilfs2: remove nilfs_bmap_delete_block | Ryusuke Konishi | 2009-06-10 | 3 | -11/+4 | |
| * | | | | | nilfs2: remove nilfs_bmap_put_block | Ryusuke Konishi | 2009-06-10 | 3 | -24/+16 | |
| * | | | | | nilfs2: remove header file for segment list operations | Ryusuke Konishi | 2009-06-10 | 4 | -93/+25 | |
| * | | | | | nilfs2: eliminate removal list of segments | Ryusuke Konishi | 2009-06-10 | 6 | -156/+74 | |
| * | | | | | nilfs2: add sufile function that can modify multiple segment usages | Ryusuke Konishi | 2009-06-10 | 2 | -0/+101 | |
| * | | | | | nilfs2: unify bmap operations starting use of indirect block address | Ryusuke Konishi | 2009-06-10 | 4 | -45/+14 | |
| * | | | | | nilfs2: remove nilfs_dat_prepare_free function | Ryusuke Konishi | 2009-06-10 | 1 | -15/+0 | |
* | | | | | | ramfs: ignore unknown mount options | Mike Frysinger | 2009-06-14 | 1 | -3/+6 | |
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2009-06-14 | 5 | -6/+6 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | trivial: fix typo in bio_alloc kernel doc | Nikanth Karthikesan | 2009-06-12 | 1 | -2/+2 | |
| * | | | | | | trivial: fix typo compatiable/compatiability has extra 'a'. | Thadeu Lima de Souza Cascardo | 2009-06-12 | 1 | -1/+1 | |
| * | | | | | | trivial: fs/inode: Fix typo in file_update_time nanodoc | Wolfram Sang | 2009-06-12 | 1 | -1/+1 | |
| * | | | | | | trivial: fix comment typo in fs/compat.c | Nikanth Karthikesan | 2009-06-12 | 1 | -1/+1 | |
| * | | | | | | trivial: ext2: fix a typo in comment in ext2.h | Ali Gholami Rudi | 2009-06-12 | 1 | -1/+1 | |
* | | | | | | | Merge branch 'master' of git://oss.sgi.com/xfs/xfs into for-linus | Felix Blyakher | 2009-06-12 | 44 | -2083/+1341 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | xfs: fix small mismerge in xfs_vn_mknod | Christoph Hellwig | 2009-06-12 | 1 | -2/+2 | |
| * | | | | | | | xfs: fix warnings with CONFIG_XFS_QUOTA disabled | Christoph Hellwig | 2009-06-12 | 1 | -1/+8 | |
| * | | | | | | | xfs: fix freeing memory in xfs_getbmap() | Felix Blyakher | 2009-06-12 | 1 | -0/+1 | |
| * | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/fs/xfs/xfs | Felix Blyakher | 2009-06-11 | 44 | -2082/+1332 | |
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | ||||||
| | * | | | | | | xfs: use generic Posix ACL code | Christoph Hellwig | 2009-06-10 | 26 | -1103/+598 | |
| | * | | | | | | xfs: remove SYNC_BDFLUSH | Christoph Hellwig | 2009-06-08 | 3 | -30/+11 | |
| | * | | | | | | xfs: remove SYNC_IOWAIT | Christoph Hellwig | 2009-06-08 | 2 | -5/+4 | |
| | * | | | | | | xfs: split xfs_sync_inodes | Christoph Hellwig | 2009-06-08 | 5 | -30/+53 | |
| | * | | | | | | xfs: use generic inode iterator in xfs_qm_dqrele_all_inodes | Christoph Hellwig | 2009-06-08 | 3 | -83/+39 | |
| | * | | | | | | xfs: introduce a per-ag inode iterator | Dave Chinner | 2009-06-08 | 2 | -166/+152 | |
| | * | | | | | | xfs: remove unused parameter from xfs_reclaim_inodes | Dave Chinner | 2009-06-08 | 3 | -20/+6 | |
| | * | | | | | | xfs: factor out inode validation for sync | Dave Chinner | 2009-06-08 | 1 | -22/+37 | |
| | * | | | | | | xfs: split inode flushing from xfs_sync_inodes_ag | Christoph Hellwig | 2009-06-08 | 1 | -17/+33 | |
| | * | | | | | | xfs: split inode data writeback from xfs_sync_inodes_ag | Dave Chinner | 2009-06-08 | 1 | -20/+32 | |
| | * | | | | | | xfs: kill xfs_qmops | Christoph Hellwig | 2009-06-08 | 23 | -628/+380 | |
| | * | | | | | | xfs: validate quota log items during log recovery | Christoph Hellwig | 2009-06-08 | 1 | -6/+32 | |
| | * | | | | | | xfs: update max log size | Christoph Hellwig | 2009-06-08 | 1 | -4/+7 | |
| | * | | | | | | xfs: prevent deadlock in xfs_qm_shake() | Felix Blyakher | 2009-06-01 | 1 | -1/+1 | |
| | * | | | | | | xfs: fix overflow in xfs_growfs_data_private | Eric Sandeen | 2009-05-26 | 1 | -1/+1 | |
| | * | | | | | | xfs: fix double unlock in xfs_swap_extents() | Felix Blyakher | 2009-05-08 | 1 | -3/+5 | |
| | * | | | | | | xfs: fix getbmap vs mmap deadlock | Christoph Hellwig | 2009-04-29 | 1 | -17/+35 | |
| | * | | | | | | xfs: a couple getbmap cleanups | Christoph Hellwig | 2009-04-29 | 1 | -83/+79 | |
| | * | | | | | | xfs: add more checks to superblock validation | Olaf Weber | 2009-04-29 | 1 | -0/+3 | |
| | * | | | | | | xfs_file_last_byte() needs to acquire ilock | Lachlan McIlroy | 2009-04-29 | 1 | -0/+2 | |
* | | | | | | | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2009-06-12 | 3 | -59/+178 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | configfs: Rework configfs_depend_item() locking and make lockdep happy | Louis Rilling | 2009-04-30 | 1 | -59/+47 | |
| * | | | | | | | | configfs: Silence lockdep on mkdir() and rmdir() | Louis Rilling | 2009-04-30 | 3 | -0/+131 | |
* | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei... | Linus Torvalds | 2009-06-12 | 6 | -24/+46 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | dlm: use more NOFS allocation | David Teigland | 2009-05-15 | 4 | -11/+12 | |
| * | | | | | | | | | dlm: connect to nodes earlier | Christine Caulfield | 2009-05-15 | 3 | -4/+26 | |
| * | | | | | | | | | dlm: fix use count with multiple joins | David Teigland | 2009-05-07 | 1 | -7/+6 | |
| * | | | | | | | | | dlm: Make name input parameter of {,dlm_}new_lockspace() const | Geert Uytterhoeven | 2009-05-07 | 1 | -2/+2 | |
* | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 2009-06-12 | 3 | -36/+4 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ | [SCSI] Merge branch 'linus' | James Bottomley | 2009-06-12 | 263 | -7637/+15198 | |
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / | | |/| | | | | | | | |