summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/delayed-ref.c (unfollow)
Commit message (Expand)AuthorFilesLines
2014-04-19ext4: fix COLLAPSE_RANGE failure with 1KB block sizeNamjae Jeon1-3/+10
2014-04-18ext4: use EINVAL if not a regular file in ext4_collapse_range()Theodore Ts'o1-1/+1
2014-04-18ext4: enforce we are operating on a regular file in ext4_zero_range()jon ernst1-0/+3
2014-04-18ext4: fix extent merging in ext4_ext_shift_path_extents()Lukas Czerner1-7/+8
2014-04-18ext4: discard preallocations after removing spaceLukas Czerner2-2/+1
2014-04-18ext4: no need to truncate pagecache twice in collapse rangeLukas Czerner1-1/+1
2014-04-18ext4: fix removing status extents in ext4_collapse_range()Lukas Czerner1-1/+1
2014-04-18ext4: use filemap_write_and_wait_range() correctly in collapse rangeLukas Czerner1-1/+1
2014-04-18ext4: use truncate_pagecache() in collapse rangeLukas Czerner1-1/+1
2014-04-15ext4: remove temporary shim used to merge COLLAPSE_RANGE and ZERO_RANGETheodore Ts'o1-9/+0
2014-04-15ext4: fix ext4_count_free_clusters() with EXT4FS_DEBUG and bigalloc enabledAzat Khuzhin1-1/+1
2014-04-13ext4: always check ext4_ext_find_extent resultDmitry Monakhov1-0/+17
2014-04-13ext4: fix error handling in ext4_ext_shift_extentsDmitry Monakhov1-2/+9
2014-04-13ext4: silence sparse check warning for function ext4_trim_extentjon ernst1-0/+2
2014-04-13ext4: 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-11ext4: return ENOMEM rather than EIO when find_###_page() failsYounger Liu1-4/+12
2014-04-11ext4: 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-04Documentation/SubmittingPatches: remove references to patch-scriptsMitchel Humpherys2-9/+0
2014-04-04Documentation/SubmittingPatches: update some dead URLsMitchel Humpherys3-6/+6
2014-04-04Documentation/filesystems/ntfs.txt: remove changelog referenceFabian Frederick1-2/+0
2014-04-04Documentation/kmemleak.txt: updatesWang YanQing1-5/+3
2014-04-04fs/reiserfs/super.c: add __init to init_inodecacheFabian Frederick1-1/+1
2014-04-04fs/reiserfs: move prototype declaration to header fileRashika Kheria2-1/+1
2014-04-04fs/hfsplus/attributes.c: add __init to hfsplus_create_attr_tree_cache()Fabian Frederick2-2/+2
2014-04-04fs/hfsplus/extents.c: fix concurrent acess of alloc_blocksSougata Santra1-5/+9
2014-04-04fs/hfsplus/extents.c: remove unused variable in hfsplus_get_blockSougata Santra1-2/+0
2014-04-04nilfs2: update project's web site in nilfs2.txtRyusuke Konishi1-3/+2
2014-04-04nilfs2: update MAINTAINERS file entries fixRyusuke Konishi1-1/+1
2014-04-04nilfs2: verify metadata sizes read from diskRyusuke Konishi5-0/+54
2014-04-04nilfs2: add FITRIM ioctl support for nilfs2Andreas Rohner1-0/+45
2014-04-04nilfs2: add nilfs_sufile_trim_fs to trim clean segsAndreas Rohner2-0/+153
2014-04-04nilfs2: implementation of NILFS_IOCTL_SET_SUINFO ioctlAndreas Rohner3-0/+101
2014-04-04nilfs2: add nilfs_sufile_set_suinfo to update segment usageAndreas Rohner2-0/+132
2014-04-04nilfs2: add struct nilfs_suinfo_update and flagsAndreas Rohner1-0/+42
2014-04-04nilfs2: update MAINTAINERS file entriesRyusuke Konishi1-2/+2
2014-04-04fs/coda/inode.c: add __init to init_inodecache()Fabian Frederick2-2/+2
2014-04-04BEFS: logging cleanupFabian Frederick8-204/+195