summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-04-12ext4: COLLAPSE_RANGE only works on extent-based filesTheodore Ts'o1-3/+3
2014-04-12ext4: fix byte order problems introduced by the COLLAPSE_RANGE patchesZheng Liu1-7/+9
2014-04-12ext4: use i_size_read in ext4_unaligned_aio()Theodore Ts'o1-1/+1
2014-04-12fs: disallow all fallocate operation on active swapfileLukas Czerner4-13/+7
2014-04-12fs: move falloc collapse range check into the filesystem methodsLukas Czerner3-11/+18
2014-04-12fs: prevent doing FALLOC_FL_ZERO_RANGE on append only fileLukas Czerner1-4/+2
2014-04-12ext4: remove unnecessary check for APPEND and IMMUTABLELukas Czerner2-11/+1
2014-04-11ext4: move ext4_update_i_disksize() into mpage_map_and_submit_extent()Theodore Ts'o2-20/+13
2014-04-10ext4: return ENOMEM rather than EIO when find_###_page() failsYounger Liu1-4/+12
2014-04-10ext4: fix COLLAPSE_RANGE test failure in data journalling modeNamjae Jeon1-0/+7
2014-04-08ext4: update PF_MEMALLOC handling in ext4_write_inode()Theodore Ts'o1-12/+11
2014-04-07ext4: fix jbd2 warning under heavy xattr loadJan Kara1-4/+19
2014-04-07ext4: note the error in ext4_end_bio()Matthew Wilcox1-2/+3
2014-04-07ext4: initialize multi-block allocator before checking block descriptorsAzat Khuzhin1-24/+27
2014-04-07ext4: FIBMAP ioctl causes BUG_ON due to handle EXT_MAX_BLOCKSKazuya Mio1-0/+4
2014-04-07ext4: fix 64-bit number truncation warningChen Gang1-1/+1
2014-04-04Merge tag 'xfs-for-linus-3.15-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds56-415/+1215
2014-04-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds64-501/+1514
2014-04-04Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-10/+14
2014-04-04Merge tag 'upstream-3.15-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds7-0/+737
2014-04-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds6-84/+384
2014-04-04Merge tag 'dlm-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...Linus Torvalds8-47/+48
2014-04-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds35-1626/+2137
2014-04-04Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds31-442/+618
2014-04-04Merge branch 'locks-3.15' of git://git.samba.org/jlayton/linuxLinus Torvalds12-184/+356
2014-04-04Merge branch 'cross-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds17-313/+643
2014-04-04Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds384-7923/+44014
2014-04-03Merge branch 'linux_next' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds1-9/+16
2014-04-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds35-1301/+1910
2014-04-03Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds88-1475/+4634
2014-04-03Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-5/+6
2014-04-03Merge tag 'gpio-v3.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds56-960/+2390
2014-04-03Merge branch 'akpm' (incoming from Andrew)Linus Torvalds276-3074/+5246
2014-04-03Documentation/SubmittingPatches: remove references to patch-scriptsMitchel Humpherys2-9/+0
2014-04-03Documentation/SubmittingPatches: update some dead URLsMitchel Humpherys3-6/+6
2014-04-03Documentation/filesystems/ntfs.txt: remove changelog referenceFabian Frederick1-2/+0
2014-04-03Documentation/kmemleak.txt: updatesWang YanQing1-5/+3
2014-04-03fs/reiserfs/super.c: add __init to init_inodecacheFabian Frederick1-1/+1
2014-04-03fs/reiserfs: move prototype declaration to header fileRashika Kheria2-1/+1
2014-04-03fs/hfsplus/attributes.c: add __init to hfsplus_create_attr_tree_cache()Fabian Frederick2-2/+2
2014-04-03fs/hfsplus/extents.c: fix concurrent acess of alloc_blocksSougata Santra1-5/+9
2014-04-03fs/hfsplus/extents.c: remove unused variable in hfsplus_get_blockSougata Santra1-2/+0
2014-04-03nilfs2: update project's web site in nilfs2.txtRyusuke Konishi1-3/+2
2014-04-03nilfs2: update MAINTAINERS file entries fixRyusuke Konishi1-1/+1
2014-04-03nilfs2: verify metadata sizes read from diskRyusuke Konishi5-0/+54
2014-04-03nilfs2: add FITRIM ioctl support for nilfs2Andreas Rohner1-0/+45
2014-04-03nilfs2: add nilfs_sufile_trim_fs to trim clean segsAndreas Rohner2-0/+153
2014-04-03nilfs2: implementation of NILFS_IOCTL_SET_SUINFO ioctlAndreas Rohner3-0/+101
2014-04-03nilfs2: add nilfs_sufile_set_suinfo to update segment usageAndreas Rohner2-0/+132
2014-04-03nilfs2: add struct nilfs_suinfo_update and flagsAndreas Rohner1-0/+42