Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | ocfs2: Fix possible deadlock with quotas in ocfs2_setattr() | Jan Kara | 2009-06-03 | 1 | -23/+30 | |
| * | | | | | ocfs2: Fix lock inversion in ocfs2_local_read_info() | Jan Kara | 2009-06-03 | 1 | -0/+5 | |
| * | | | | | ocfs2: Fix possible deadlock in ocfs2_global_read_dquot() | Jan Kara | 2009-06-03 | 1 | -1/+3 | |
| * | | | | | ocfs2: update comments in masklog.h | Coly Li | 2009-05-05 | 1 | -18/+17 | |
| * | | | | | ocfs2: Don't printk the error when listing too many xattrs. | Tao Ma | 2009-05-05 | 1 | -2/+3 | |
* | | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2009-06-16 | 3 | -6/+24 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | block: remove some includings of blktrace_api.h | Li Zefan | 2009-06-16 | 1 | -1/+0 | |
| * | | | | | | ubifs: register backing_dev_info | Jens Axboe | 2009-06-16 | 1 | -0/+3 | |
| * | | | | | | btrfs: properly register fs backing device | Jens Axboe | 2009-06-16 | 1 | -5/+21 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable | Linus Torvalds | 2009-06-16 | 1 | -6/+6 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Btrfs: always update root items for fs trees at commit time | Yan Zheng | 2009-06-15 | 1 | -6/+6 | |
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6 | Linus Torvalds | 2009-06-16 | 9 | -110/+147 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | fat: split fat_generic_ioctl | Christoph Hellwig | 2009-06-08 | 1 | -88/+94 | |
| * | | | | | | FAT: add 'errors' mount option | Denis Karpov | 2009-06-04 | 9 | -22/+53 | |
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu... | Linus Torvalds | 2009-06-15 | 26 | -858/+725 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | nilfs2: support contiguous lookup of blocks | Ryusuke Konishi | 2009-06-10 | 5 | -8/+150 | |
| * | | | | | | | nilfs2: add sync_page method to page caches of meta data | Ryusuke Konishi | 2009-06-10 | 3 | -3/+7 | |
| * | | | | | | | nilfs2: use device's backing_dev_info for btree node caches | Ryusuke Konishi | 2009-06-10 | 5 | -6/+13 | |
| * | | | | | | | nilfs2: return EBUSY against delete request on snapshot | Ryusuke Konishi | 2009-06-10 | 1 | -12/+2 | |
| * | | | | | | | nilfs2: enable sync_page method | Ryusuke Konishi | 2009-06-10 | 1 | -1/+1 | |
| * | | | | | | | nilfs2: set bio unplug flag for the last bio in segment | Ryusuke Konishi | 2009-06-10 | 1 | -1/+1 | |
| * | | | | | | | nilfs2: allow future expansion of metadata read out via get info ioctl | Ryusuke Konishi | 2009-06-10 | 7 | -39/+54 | |
| * | | | | | | | NILFS2: Pagecache usage optimization on NILFS2 | Hisashi Hifumi | 2009-06-10 | 1 | -0/+1 | |
| * | | | | | | | nilfs2: remove nilfs_btree_operations from btree mapping | Ryusuke Konishi | 2009-06-10 | 2 | -63/+15 | |
| * | | | | | | | nilfs2: remove nilfs_direct_operations from direct mapping | Ryusuke Konishi | 2009-06-10 | 2 | -52/+10 | |
| * | | | | | | | nilfs2: remove bmap pointer operations | Ryusuke Konishi | 2009-06-10 | 4 | -234/+187 | |
| * | | | | | | | nilfs2: remove useless b_low and b_high fields from nilfs_bmap struct | Ryusuke Konishi | 2009-06-10 | 6 | -43/+18 | |
| * | | | | | | | nilfs2: remove pointless NULL check of bpop_commit_alloc_ptr function | Ryusuke Konishi | 2009-06-10 | 2 | -13/+6 | |
| * | | | | | | | 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 |