summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorLines
2014-11-28jffs2: Drop bogus if in commentGeert Uytterhoeven-1/+1
2014-11-27f2fs: cleanup if-statement of phase in gc_data_segmentChangman Lee-16/+16
2014-11-28Merge branch 'xfs-consolidate-format-defs' into for-nextDave Chinner-1380/+1138
2014-11-28Merge branch 'xfs-misc-fixes-for-3.19-1' into for-nextDave Chinner-48/+52
2014-11-28xfs: merge xfs_inum.h into xfs_format.hChristoph Hellwig-71/+35
2014-11-28xfs: move most of xfs_sb.h to xfs_format.hChristoph Hellwig-638/+579
2014-11-28xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig-358/+267
2014-11-28xfs: move acl structures to xfs_format.hChristoph Hellwig-36/+36
2014-11-28xfs: merge xfs_dinode.h into xfs_format.hChristoph Hellwig-277/+221
2014-11-28xfs: catch invalid negative blknos in _xfs_buf_find()Eric Sandeen-1/+1
2014-11-28xfs: allow lazy sb counter sync during filesystem freeze sequenceBrian Foster-10/+23
2014-11-28xfs: fix error handling in xfs_qm_log_quotaoff()Brian Foster-16/+10
2014-11-28xfs: replace on-stack xfs_trans_res with pointer in xfs_create()Brian Foster-9/+6
2014-11-28xfs: replace global xfslogd wq with per-mount wqBrian Foster-12/+12
2014-11-27Squashfs: Add LZ4 compression configuration optionPhillip Lougher-0/+27
2014-11-27Squashfs: add LZ4 compression supportPhillip Lougher-0/+143
2014-11-26debugfs: add helper function to create device related seq_fileArend van Spriel-0/+54
2014-11-26Merge tag 'nfs-cel-for-3.19' of git://git.linux-nfs.org/projects/anna/nfs-rdm...Trond Myklebust-21/+20
2014-11-26eCryptfs: Remove buggy and unnecessary write in file name decode routineMichael Halcrow-1/+0
2014-11-25Merge branch 'for-3.18' of git://linux-nfs.org/~bfields/linuxLinus Torvalds-5/+12
2014-11-25Merge git://git.kvack.org/~bcrl/aio-fixesLinus Torvalds-7/+14
2014-11-25f2fs: fix to recover converted inline_dataJaegeuk Kim-0/+3
2014-11-25f2fs: make clean the page before writingJaegeuk Kim-1/+6
2014-11-25f2fs: no more dirty_nat_entires when flushingChangman Lee-4/+4
2014-11-25f2fs: check dirty_nat_cnt before flushing nat entries in journalChangman Lee-4/+3
2014-11-25ext4: forbid journal_async_commit in data=ordered modeJan Kara-0/+6
2014-11-25jbd2: remove unnecessary NULL check before iput()Theodore Ts'o-2/+1
2014-11-25ext4: Remove an unnecessary check for NULL before iput()Markus Elfring-2/+1
2014-11-25nfs: Add DEALLOCATE supportAnna Schumaker-2/+89
2014-11-25nfs: Add ALLOCATE supportAnna Schumaker-1/+167
2014-11-25ext4: remove unneeded code in ext4_unlinkNamjae Jeon-1/+0
2014-11-25ext4: don't count external journal blocks as overheadEric Sandeen-2/+2
2014-11-25ext4: remove never taken branch from ext4_ext_shift_path_extents()Jan Kara-2/+0
2014-11-25NFS: Clean up nfs4_init_callback()Chuck Lever-17/+14
2014-11-25NFS: SETCLIENTID XDR buffer sizes are incorrectChuck Lever-4/+6
2014-11-25ext4: create nojournal_checksum mount optionDarrick J. Wong-1/+12
2014-11-25ext4: update comments regarding ext4_delete_inode()Wang Shilong-2/+2
2014-11-25f2fs: fix deadlock during inline_data conversionJaegeuk Kim-14/+14
2014-11-25f2fs: fix typos for the word "destroy" in jump labelsMarkus Elfring-4/+4
2014-11-25ext4: cleanup GFP flags inside resize pathDmitry Monakhov-4/+4
2014-11-25ext4: introduce aging to extent status treeJan Kara-9/+48
2014-11-25ext4: cleanup flag definitions for extent status treeJan Kara-32/+28
2014-11-25ext4: limit number of scanned extents in status tree shrinkerJan Kara-33/+64
2014-11-25ext4: move handling of list of shrinkable inodes into extent status codeJan Kara-13/+6
2014-11-25ext4: change LRU to round-robin in extent status tree shrinkerZheng Liu-146/+114
2014-11-25ext4: cache extent hole in extent status tree for ext4_da_map_blocks()Zheng Liu-22/+19
2014-11-25ext4: fix block reservation for bigalloc filesystemsJan Kara-51/+9
2014-11-25Btrfs: fix snapshot inconsistency after a file write followed by truncateFilipe Manana-24/+60
2014-11-25Btrfs: ensure send always works on roots without orphansFilipe Manana-29/+49
2014-11-25Btrfs: fix freeing used extent after removing empty block groupFilipe Manana-2/+11