aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | jfs: fix regression preventing coalescing of extentsDave Kleikamp2009-06-161-0/+1
* | | | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2009-06-1617-96/+610
|\ \ \ \ \
| * | | | | ocfs2/net: Use wait_event() in o2net_send_message_vec()Sunil Mushran2009-06-151-5/+2
| * | | | | ocfs2: Adjust rightmost path in ocfs2_add_branch.Tao Ma2009-06-151-4/+76
| * | | | | ocfs2: fdatasync should skip unimportant metadata writeoutHisashi Hifumi2009-06-091-0/+3
| * | | | | ocfs2: Remove redundant gotos in ocfs2_mount_volume()Tao Ma2009-06-031-6/+1
| * | | | | ocfs2: Add statistics for the checksum and ecc operations.Joel Becker2009-06-034-19/+240
| * | | | | ocfs2 patch to track delayed orphan scan timer statisticsSrinivas Eeda2009-06-033-1/+15
| * | | | | ocfs2: timer to queue scan of all orphan slotsSrinivas Eeda2009-06-037-0/+197
| * | | | | ocfs2: Correct ordering of ip_alloc_sem and localloc locks for directoriesJan Kara2009-06-031-11/+10
| * | | | | ocfs2: Fix possible deadlock in quota recoveryJan Kara2009-06-031-7/+9
| * | | | | ocfs2: Fix possible deadlock with quotas in ocfs2_setattr()Jan Kara2009-06-031-23/+30
| * | | | | ocfs2: Fix lock inversion in ocfs2_local_read_info()Jan Kara2009-06-031-0/+5
| * | | | | ocfs2: Fix possible deadlock in ocfs2_global_read_dquot()Jan Kara2009-06-031-1/+3
| * | | | | ocfs2: update comments in masklog.hColy Li2009-05-051-18/+17
| * | | | | ocfs2: Don't printk the error when listing too many xattrs.Tao Ma2009-05-051-2/+3
* | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-06-163-6/+24
|\ \ \ \ \ \
| * | | | | | block: remove some includings of blktrace_api.hLi Zefan2009-06-161-1/+0
| * | | | | | ubifs: register backing_dev_infoJens Axboe2009-06-161-0/+3
| * | | | | | btrfs: properly register fs backing deviceJens Axboe2009-06-161-5/+21
| | |_|/ / / | |/| | | |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2009-06-161-6/+6
|\ \ \ \ \ \
| * | | | | | Btrfs: always update root items for fs trees at commit timeYan Zheng2009-06-151-6/+6
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds2009-06-169-110/+147
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | fat: split fat_generic_ioctlChristoph Hellwig2009-06-081-88/+94
| * | | | | | FAT: add 'errors' mount optionDenis Karpov2009-06-049-22/+53
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Linus Torvalds2009-06-1526-858/+725
|\ \ \ \ \ \ \
| * | | | | | | nilfs2: support contiguous lookup of blocksRyusuke Konishi2009-06-105-8/+150
| * | | | | | | nilfs2: add sync_page method to page caches of meta dataRyusuke Konishi2009-06-103-3/+7
| * | | | | | | nilfs2: use device's backing_dev_info for btree node cachesRyusuke Konishi2009-06-105-6/+13
| * | | | | | | nilfs2: return EBUSY against delete request on snapshotRyusuke Konishi2009-06-101-12/+2
| * | | | | | | nilfs2: enable sync_page methodRyusuke Konishi2009-06-101-1/+1
| * | | | | | | nilfs2: set bio unplug flag for the last bio in segmentRyusuke Konishi2009-06-101-1/+1
| * | | | | | | nilfs2: allow future expansion of metadata read out via get info ioctlRyusuke Konishi2009-06-107-39/+54
| * | | | | | | NILFS2: Pagecache usage optimization on NILFS2Hisashi Hifumi2009-06-101-0/+1
| * | | | | | | nilfs2: remove nilfs_btree_operations from btree mappingRyusuke Konishi2009-06-102-63/+15
| * | | | | | | nilfs2: remove nilfs_direct_operations from direct mappingRyusuke Konishi2009-06-102-52/+10
| * | | | | | | nilfs2: remove bmap pointer operationsRyusuke Konishi2009-06-104-234/+187
| * | | | | | | nilfs2: remove useless b_low and b_high fields from nilfs_bmap structRyusuke Konishi2009-06-106-43/+18
| * | | | | | | nilfs2: remove pointless NULL check of bpop_commit_alloc_ptr functionRyusuke Konishi2009-06-102-13/+6
| * | | | | | | nilfs2: move get block functions in bmap.c into btree codesRyusuke Konishi2009-06-103-48/+35
| * | | | | | | nilfs2: remove nilfs_bmap_delete_blockRyusuke Konishi2009-06-103-11/+4
| * | | | | | | nilfs2: remove nilfs_bmap_put_blockRyusuke Konishi2009-06-103-24/+16
| * | | | | | | nilfs2: remove header file for segment list operationsRyusuke Konishi2009-06-104-93/+25
| * | | | | | | nilfs2: eliminate removal list of segmentsRyusuke Konishi2009-06-106-156/+74
| * | | | | | | nilfs2: add sufile function that can modify multiple segment usagesRyusuke Konishi2009-06-102-0/+101
| * | | | | | | nilfs2: unify bmap operations starting use of indirect block addressRyusuke Konishi2009-06-104-45/+14
| * | | | | | | nilfs2: remove nilfs_dat_prepare_free functionRyusuke Konishi2009-06-101-15/+0
* | | | | | | | ramfs: ignore unknown mount optionsMike Frysinger2009-06-141-3/+6
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-06-145-6/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | trivial: fix typo in bio_alloc kernel docNikanth Karthikesan2009-06-121-2/+2