summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2015-06-22xfs: remove xfs_caddr_tChristoph Hellwig3-30/+29
2015-06-22xfs: use void pointers in log validation helpersChristoph Hellwig2-17/+15
2015-06-22xfs: return a void pointer from xfs_buf_offsetChristoph Hellwig6-17/+13
2015-06-22xfs: remove inst_tChristoph Hellwig3-6/+4
2015-06-22xfs: remove __psint_t and __psunsigned_tChristoph Hellwig4-20/+9
2015-06-22xfs: fix remote symlinks on V5/CRC filesystemsEric Sandeen1-1/+1
2015-06-21ext4: prevent ext4_quota_write() from failing due to ENOSPCTheodore Ts'o5-7/+17
2015-06-21ext4: call sync_blockdev() before invalidate_bdev() in put_super()Theodore Ts'o1-0/+1
2015-06-21jbd2: speedup jbd2_journal_dirty_metadata()Jan Kara1-6/+27
2015-06-19nfsd: refactor nfs4_preprocess_stateid_opChristoph Hellwig1-45/+52
2015-06-19nfsd: clean up raparams handlingChristoph Hellwig3-55/+43
2015-06-19nfsd: use swap() in sort_pacl_range()Fabian Frederick1-4/+2
2015-06-19GFS2: Don't brelse rgrp buffer_heads every allocationBob Peterson3-7/+31
2015-06-19Btrfs: sysfs: add support to show replacing target in the sysfsAnand Jain2-1/+7
2015-06-19Btrfs: free the stale deviceAnand Jain1-0/+61
2015-06-19seqcount: Rename write_seqcount_barrier()Peter Zijlstra1-8/+8
2015-06-18kernfs: make kernfs_get_inode() publicTejun Heo1-1/+0
2015-06-18GFS2: Don't add all glocks to the lruBob Peterson3-3/+7
2015-06-17vfs, writeback: replace FS_CGROUP_WRITEBACK with SB_I_CGROUPWBTejun Heo1-1/+2
2015-06-17writeback: do foreign inode detection iff cgroup writeback is enabledTejun Heo1-3/+13
2015-06-16fs/notify: don't use module_init for non-modular inotify_user codePaul Gortmaker1-2/+2
2015-06-15jbd2: get rid of open coded allocation retry loopMichal Hocko2-14/+7
2015-06-15ext4: improve warning directory handling messagesAndreas Dilger3-69/+109
2015-06-15jbd2: fix ocfs2 corrupt when updating journal superblock failsJoseph Qi2-10/+33
2015-06-15ext4: mballoc: avoid 20-argument function callRasmus Villemoes1-6/+3
2015-06-15ext4: wait for existing dio workers in ext4_alloc_file_blocks()Lukas Czerner1-0/+6
2015-06-15ext4: recalculate journal credits as inode depth changesLukas Czerner1-0/+16
2015-06-15jbd2: use GFP_NOFS in jbd2_cleanup_journal_tail()Dmitry Monakhov1-1/+1
2015-06-13ext4: use swap() in mext_page_double_lock()Fabian Frederick1-6/+3
2015-06-13ext4: use swap() in memswap()Fabian Frederick1-4/+1
2015-06-13ext4: fix race between truncate and __ext4_journalled_writepage()Theodore Ts'o1-4/+19
2015-06-13ext4 crypto: fail the mount if blocksize != pagesizeTheodore Ts'o1-1/+9
2015-06-12Btrfs: use received_uuid of parent during sendJosef Bacik1-4/+21
2015-06-12Btrfs: fix use-after-free in btrfs_replay_logLiu Bo1-1/+2
2015-06-12f2fs: do not trim preallocated blocks when truncating after i_sizeChao Yu1-4/+4
2015-06-12f2fs crypto: add alloc_bounce_pageJaegeuk Kim1-8/+15
2015-06-12f2fs crypto: fix to handle errors likewise ext4Jaegeuk Kim1-3/+3
2015-06-10btrfs: wait for delayed iputs on no spaceZhao Lei1-0/+3
2015-06-10btrfs: qgroup: Make snapshot accounting work with new extent-orientedQu Wenruo1-20/+33
2015-06-10btrfs: qgroup: Add the ability to skip given qgroup for old/new_roots.Qu Wenruo4-0/+40
2015-06-10btrfs: ulist: Add ulist_del() function.Qu Wenruo2-11/+37
2015-06-10btrfs: qgroup: Cleanup the old ref_node-oriented mechanism.Qu Wenruo4-917/+3
2015-06-10btrfs: qgroup: Switch self test to extent-oriented qgroup mechanism.Qu Wenruo3-27/+89
2015-06-10btrfs: qgroup: Switch to new extent-oriented qgroup mechanism.Qu Wenruo2-100/+28
2015-06-10btrfs: qgroup: Switch rescan to new mechanism.Qu Wenruo1-36/+7
2015-06-10btrfs: qgroup: Add new qgroup calculation functionQu Wenruo3-0/+118
2015-06-10btrfs: backref: Add special time_seq == (u64)-1 case forQu Wenruo1-6/+29
2015-06-10btrfs: qgroup: Add new function to record old_roots.Qu Wenruo2-0/+29
2015-06-10btrfs: qgroup: Record possible quota-related extent for qgroup.Qu Wenruo5-7/+95
2015-06-10btrfs: qgroup: Add function qgroup_update_counters().Qu Wenruo1-0/+120