summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2015-08-19btrfs: Prevent from early transaction abortMichal Hocko
2015-08-19btrfs: Remove unused arguments in tree-log.cZhaolei
2015-08-19btrfs: Remove useless condition in start_log_trans()Zhaolei
2015-08-19NFS41/flexfiles: update inode after write finishesPeng Tao
2015-08-19NFS41: make sure sending LAYOUTRETURN before close if marked soPeng Tao
2015-08-19Revert "NFSv4: Remove incorrect check in can_open_delegated()"Trond Myklebust
2015-08-18NFSv4.1/pnfs: Play safe w.r.t. close() races when return-on-close is setTrond Myklebust
2015-08-18NFSv4.1/pnfs: Fix a close/delegreturn hang when return-on-close is setTrond Myklebust
2015-08-18Merge branch 'ufs' into for-nextAl Viro
2015-08-18Merge branch 'sb_writers_pcpu_rwsem' of git://git.kernel.org/pub/scm/linux/ke...Al Viro
2015-08-19xfs: flush entire file on dio read/write to cached fileBrian Foster
2015-08-19xfs: Fix xfs_attr_leafblock definitionJan Kara
2015-08-19libxfs: readahead of dir3 data blocks should use the read verifierDarrick J. Wong
2015-08-19xfs: stop holding ILOCK over filldir callbacksDave Chinner
2015-08-19xfs: clean up inode lockdep annotationsDave Chinner
2015-08-19xfs: swap leaf buffer into path struct atomically during path shiftBrian Foster
2015-08-19xfs: relocate sparse inode mount warningBrian Foster
2015-08-19xfs: dquots should be stamped with sb_meta_uuidDave Chinner
2015-08-19xfs: log recovery needs to validate against sb_meta_uuidDave Chinner
2015-08-19xfs: growfs not aware of sb_meta_uuidDave Chinner
2015-08-19xfs: fix sb_meta_uuid usageDave Chinner
2015-08-19xfs: set XFS_DA_OP_OKNOENT in xfs_attr_getEric Sandeen
2015-08-19Merge branch 'xfs-efi-rework' into for-nextDave Chinner
2015-08-19xfs: add missing bmap cancel calls in error pathsBrian Foster
2015-08-19xfs: add helper to conditionally remove items from the AILBrian Foster
2015-08-19xfs: fix btree cursor error cleanupsBrian Foster
2015-08-19xfs: clean up root inode properly on mount failureBrian Foster
2015-08-19xfs: checksum log record ext headers based on record sizeBrian Foster
2015-08-19xfs: fix broken icreate log item cancellationBrian Foster
2015-08-19xfs: icreate log item recovery and cancellation tracepointsBrian Foster
2015-08-19xfs: don't leave EFIs on AIL on mount failureBrian Foster
2015-08-19xfs: use EFI refcount consistently in log recoveryBrian Foster
2015-08-19xfs: ensure EFD trans aborts on log recovery extent free failureBrian Foster
2015-08-19xfs: fix efi/efd error handling to avoid fs shutdown hangsBrian Foster
2015-08-19xfs: return committed status from xfs_trans_roll()Brian Foster
2015-08-19xfs: disentagle EFI release from the extent countBrian Foster
2015-08-18writeback: update writeback tracepoints to report cgroupTejun Heo
2015-08-18kernfs: implement kernfs_path_len()Tejun Heo
2015-08-18writeback: explain why @inode is allowed to be NULL for inode_congested()Tejun Heo
2015-08-18writeback: remove wb_writeback_work->single_wait/doneTejun Heo
2015-08-18writeback: bdi_for_each_wb() iteration is memcg ID based not blkcgTejun Heo
2015-08-18eCryptfs: Delete a check before the function call "key_put"Markus Elfring
2015-08-18eCryptfs: Invalidate dcache entries when lower i_nlink is zeroTyler Hicks
2015-08-18inode: don't softlockup when evicting inodesJosef Bacik
2015-08-17inode: rename i_wb_list to i_io_listDave Chinner
2015-08-17sync: serialise per-superblock sync operationsDave Chinner
2015-08-17inode: convert inode_sb_list_lock to per-sbDave Chinner
2015-08-17writeback: plug writeback at a high levelDave Chinner
2015-08-17NFS: Don't fsync twice for O_SYNC/IS_SYNC filesTrond Myklebust
2015-08-17dlm: sctp_accept_from_sock() can be statickbuild test robot