aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2015-06-04xfs: saner xfs_trans_commit interfaceGravatar Christoph Hellwig 24-74/+68
2015-06-04xfs: remove the flags argument to xfs_trans_cancelGravatar Christoph Hellwig 22-171/+104
2015-06-04xfs: pass a boolean flag to xfs_trans_free_itemsGravatar Christoph Hellwig 3-6/+6
2015-06-04xfs: switch remaining xfs_trans_dup users to xfs_trans_rollGravatar Christoph Hellwig 4-92/+16
2015-05-03Merge tag 'for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 13-229/+210
2015-05-02ext4: fix growing of tiny filesystemsGravatar Jan Kara 1-2/+5
2015-05-02ext4: move check under lock scope to close a race.Gravatar Davide Italiano 1-7/+8
2015-05-02ext4: fix data corruption caused by unwritten and delayed extentsGravatar Lukas Czerner 2-0/+10
2015-05-02ext4 crypto: remove duplicated encryption mode definitionsGravatar Chanho Park 1-6/+0
2015-05-02ext4 crypto: do not select from EXT4_FS_ENCRYPTIONGravatar Herbert Xu 1-2/+7
2015-05-01ext4 crypto: add padding to filenames before encryptingGravatar Theodore Ts'o 5-8/+31
2015-05-01ext4 crypto: simplify and speed up filename encryptionGravatar Theodore Ts'o 5-204/+149
2015-05-01Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 7-77/+118
2015-04-29Btrfs: btrfs_release_extent_buffer_page didn't free pages of dummy extentGravatar Forrest Liu 1-25/+26
2015-04-26Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-17/+25
2015-04-26Merge tag 'nfs-for-4.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 34-163/+313
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 285-1520/+1512
2015-04-26Btrfs: fill ->last_trans for delayed inode in btrfs_fill_inode.Gravatar Yang Dongsheng 2-9/+14
2015-04-26btrfs: unlock i_mutex after attempting to delete subvolume during sendGravatar Omar Sandoval 1-1/+2
2015-04-26btrfs: check io_ctl_prepare_pages return in __btrfs_write_out_cacheGravatar Omar Sandoval 1-4/+6
2015-04-26btrfs: fix race on ENOMEM in alloc_extent_bufferGravatar Omar Sandoval 1-1/+2
2015-04-26btrfs: handle ENOMEM in btrfs_alloc_tree_blockGravatar Omar Sandoval 1-13/+28
2015-04-26Btrfs: fix find_free_dev_extent() malfunction in case device tree has holeGravatar Forrest Liu 1-4/+11
2015-04-26Btrfs: don't check for delalloc_bytes in cache_save_setupGravatar Chris Mason 1-2/+1
2015-04-26Btrfs: fix deadlock when starting writeback of bg cachesGravatar Filipe Manana 1-1/+1
2015-04-26Btrfs: fix race between start dirty bg cache writeout and bg deletionGravatar Filipe Manana 1-17/+27
2015-04-24RCU pathwalk breakage when running into a symlink overmounting somethingGravatar Al Viro 1-2/+4
2015-04-24direct-io: only inc/dec inode->i_dio_count for file systemsGravatar Jens Axboe 8-32/+22
2015-04-24fs/9p: fix readdir()Gravatar Johannes Berg 1-0/+2
2015-04-24Btrfs: prevent list corruption during free space cache processingGravatar Chris Mason 1-14/+18
2015-04-24Merge branch 'for-4.1' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 10-77/+35
2015-04-24Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 46-897/+2113
2015-04-24Merge tag 'xfs-for-linus-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 46-1929/+1992
2015-04-23Btrfs: fix inode cache writeoutGravatar Chris Mason 1-3/+7
2015-04-23Merge tag 'nfs-rdma-for-4.1-1' of git://git.linux-nfs.org/projects/anna/nfs-rdmaGravatar Trond Myklebust 20-85/+439
2015-04-23Merge branch 'bugfixes'Gravatar Trond Myklebust 4-6/+3
2015-04-23fs/nfs: fix new compiler warning about boolean in switchGravatar Andre Przywara 1-7/+4
2015-04-23nfs: Remove unneeded casts in nfsGravatar Firo Yang 1-1/+1
2015-04-23NFS: Don't attempt to decode missing directory entriesGravatar Benjamin Coddington 1-0/+4
2015-04-23Revert "nfs: replace nfs_add_stats with nfs_inc_stats when add one"Gravatar Nicolas Iooss 2-2/+2
2015-04-23NFS: Rename idmap.c to nfs4idmap.cGravatar Anna Schumaker 2-1/+1
2015-04-23NFS: Move nfs_idmap.h into fs/nfs/Gravatar Anna Schumaker 9-8/+76
2015-04-23NFS: Remove CONFIG_NFS_V4 checks from nfs_idmap.hGravatar Anna Schumaker 2-2/+0
2015-04-23NFS: Add a stub for GETDEVICELISTGravatar Anna Schumaker 1-0/+6
2015-04-23nfs: remove WARN_ON_ONCE from nfs_direct_good_bytesGravatar Peng Tao 1-2/+0
2015-04-23nfs: fix DIO good bytes calculationGravatar Peng Tao 1-12/+17
2015-04-23nfs: Fetch MOUNTED_ON_FILEID when updating an inodeGravatar Anna Schumaker 2-2/+16
2015-04-23nfs: fix high load average due to callback thread sleepingGravatar Jeff Layton 1-3/+3
2015-04-23NFS: Reduce time spent holding the i_mutex during fallocate()Gravatar Anna Schumaker 2-7/+10
2015-04-23NFS: Don't zap caches on fallocate()Gravatar Anna Schumaker 4-10/+35