summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* ext4: make quota as first class supported featureAditya Kali2012-07-223-10/+150
* ext4: don't take the i_mutex lock when doing DIO overwritesZheng Liu2012-07-222-4/+71
* ext4: add a new nolock flag in ext4_map_blocksZheng Liu2012-07-092-10/+51
* ext4: split ext4_file_write into buffered IO and direct IOZheng Liu2012-07-091-22/+38
* ext4: remove an unused statement in ext4_mb_get_buddy_page_lock()Haibo Liu2012-07-091-1/+0
* ext4: fix out-of-date comments in extents.cHaiboLiu2012-07-091-2/+1
* ext4: use s_csum_seed instead of i_csum_seed for xattr blockTao Ma2012-07-091-7/+4
* ext4: use proper csum calculation in ext4_renameTao Ma2012-07-091-2/+9
* ext4: fix overhead calculation used by ext4_statfs()Theodore Ts'o2012-07-094-57/+132
* ext4: pass a char * to ext4_count_free() instead of a buffer_head ptrTheodore Ts'o2012-06-304-8/+8
* ext4: honor O_(D)SYNC semantic in ext4_fallocate()Zheng Liu2012-06-301-0/+2
* ext4: avoid uneeded calls to ext4_mb_load_buddy() while reading mb_groupsAditya Kali2012-06-301-8/+15
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2012-06-281-38/+64
|\
| * udf: Fortify loading of sparing tableJan Kara2012-06-281-33/+53
| * udf: Avoid run away loop when partition table length is corruptedJan Kara2012-06-281-1/+9
| * udf: Use 'ret' instead of abusing 'i' in udf_load_logicalvol()Jan Kara2012-06-281-4/+2
* | Merge tag 'upstream-3.5-rc5' of git://git.infradead.org/linux-ubifsLinus Torvalds2012-06-282-6/+6
|\ \
| * | UBIFS: correct usage of IS_ENABLED()Brian Norris2012-06-271-4/+4
| * | UBIFS: fix assertionDan Carpenter2012-06-181-2/+2
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2012-06-221-9/+12
|\ \ \
| * | | ceph: check PG_Private flag before accessing page->privateYan, Zheng2012-06-201-9/+12
* | | | Merge tag 'for-linus-Jun-21-2012' of git://oss.sgi.com/xfs/xfsLinus Torvalds2012-06-2211-131/+153
|\ \ \ \
| * | | | xfs: rename log structure to xlogMark Tinguely2012-06-216-88/+116
| * | | | xfs: shutdown xfs_sync_worker before the logBen Myers2012-06-212-16/+17
| * | | | xfs: Fix overallocation in xfs_buf_allocate_memory()Jan Kara2012-06-211-14/+2
| * | | | xfs: fix allocbt cursor leak in xfs_alloc_ag_vextent_nearDave Chinner2012-06-211-0/+1
| * | | | xfs: check for stale inode before acquiring iflock on pushBrian Foster2012-06-211-9/+8
| * | | | xfs: fix debug_object WARN at xfs_alloc_vextent()Jeff Liu2012-06-201-1/+1
| * | | | xfs: xfs_vm_writepage clear iomap_valid when !buffer_uptodate (REV2)Alain Renaud2012-06-201-3/+8
* | | | | Merge tag 'nfs-for-3.5-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2012-06-215-11/+19
|\ \ \ \ \
| * | | | | NFS: Force the legacy idmapper to be single threadedBryan Schumaker2012-06-201-5/+8
| * | | | | NFS: Initialise commit_info.rpc_out when !defined(CONFIG_NFS_V4)Trond Myklebust2012-06-191-1/+1
| * | | | | NFS: Fix a refcounting issue in O_DIRECTTrond Myklebust2012-06-191-0/+1
| * | | | | NFSv4.1: Fix a race in set_pnfs_layoutdriverTrond Myklebust2012-06-191-4/+4
| * | | | | NFSv4.1: Fix umount when filelayout DS is also the MDSTrond Myklebust2012-06-182-1/+5
| | |/ / / | |/| | |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2012-06-214-46/+62
|\ \ \ \ \
| * | | | | Btrfs: delay iput with async extentsJosef Bacik2012-06-211-2/+2
| * | | | | Btrfs: add a missing spin_lockJosef Bacik2012-06-211-0/+1
| * | | | | Btrfs: don't assume to be on the correct extent in add_all_parentsAlexander Block2012-06-211-42/+52
| * | | | | Btrfs: introduce btrfs_next_old_itemAlexander Block2012-06-211-2/+7
* | | | | | Merge tag 'staging-3.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-06-203-11/+21
|\ \ \ \ \ \
| * | | | | | pstore/inode: Make pstore_fill_super() staticAnton Vorontsov2012-06-131-1/+1
| * | | | | | pstore/ram: Should zap persistent zone on unlinkAnton Vorontsov2012-06-131-0/+1
| * | | | | | pstore/ram_core: Factor persistent_ram_zap() out of post_init()Anton Vorontsov2012-06-131-3/+8
| * | | | | | pstore/ram_core: Do not reset restored zone's position and sizeAnton Vorontsov2012-06-131-0/+1
| * | | | | | pstore/ram: Should update old dmesg buffer before readingAnton Vorontsov2012-06-132-7/+10
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'driver-core-3.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-06-201-22/+12
|\ \ \ \ \ \
| * | | | | | kmsg - kmsg_dump() use iterator to receive log buffer contentKay Sievers2012-06-151-22/+12
* | | | | | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-06-203-1/+5
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | mm: correctly synchronize rss-counters at exit/execKonstantin Khlebnikov2012-06-201-1/+1
OpenPOWER on IntegriCloud