aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2015-07-06__ufs_truncate_blocks(): unify freeing the full branchesAl Viro
2015-07-06unify ufs_trunc_..indirect()Al Viro
2015-07-06ufs_trunc_..indirect(): more massage towards unifyingAl Viro
2015-07-06ufs_trunc_...indirect(): pass the array of indices instead of offsetsAl Viro
2015-07-06__ufs_truncate(); find cutoff distances into branches by offsets[] arrayAl Viro
2015-07-06ufs_trunc_dindirect(): pass the number of blocks to keepAl Viro
2015-07-06ufs_trunc_indirect(): pass the index of the first pointer to freeAl Viro
2015-07-06ufs_trunc_tindirect(): pass the number of blocks to keepAl Viro
2015-07-06ufs: beginning of __ufs_truncate_block() massageAl Viro
2015-07-06ufs: the offsets ufs_block_to_path() puts into array are not sector_tAl Viro
2015-07-06ufs: move truncate code into inode.cAl Viro
2015-07-06ufs: no retries are needed on truncateAl Viro
2015-07-06ufs: ufs_trunc_...() has exclusion with everything that might cause allocationsAl Viro
2015-07-06ufs: ufs_trunc_direct() always returns 0Al Viro
2015-07-06ufs: kill lock_ufs()Al Viro
2015-07-06ufs: don't use lock_ufs() for block pointers tree protectionAl Viro
2015-07-06ufs: bforget() indirect blocks before freeing themAl Viro
2015-07-06ufs: move lock_ufs() down into __ufs_truncate_blocks()Al Viro
2015-07-06ufs: move truncate_setsize() down into ufs_truncate()Al Viro
2015-07-06ufs: free excessive blocks upon ->write_begin() failure/short copyAl Viro
2015-07-06ufs: switch ufs_evict_inode() to trimmed-down variant of ufs_truncate()Al Viro
2015-07-06ufs: kill more lock_ufs() callsAl Viro
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-07-04dax: bdev_direct_access() may sleepMatthew Wilcox
2015-07-04block: Add support for DAX reads/writes to block devicesMatthew Wilcox
2015-07-04dax: Use copy_from_iter_nocacheMatthew Wilcox
2015-07-04Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2015-07-04sched/stat: Expose /proc/pid/schedstat if CONFIG_SCHED_INFO=yNaveen N. Rao
2015-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2015-07-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2015-07-02Merge tag 'nfs-for-4.2-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2015-07-02Merge branch 'overlayfs-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2015-07-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2015-07-02Merge tag 'module_init-alternate_initcall-v4.1-rc8' of git://git.kernel.org/p...Linus Torvalds
2015-07-01Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-07-01Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2015-07-01vfs: Remove incorrect debugging WARN in prepend_pathEric W. Biederman
2015-07-01mnt: Update fs_fully_visible to test for permanently empty directoriesEric W. Biederman
2015-07-01sysfs: Create mountpoints with sysfs_create_mount_pointEric W. Biederman
2015-07-01sysfs: Add support for permanently empty directories to serve as mount points.Eric W. Biederman
2015-07-01kernfs: Add support for always empty directories.Eric W. Biederman
2015-07-01proc: Allow creating permanently empty directories that serve as mount pointsEric W. Biederman
2015-07-01sysctl: Allow creating permanently empty directories that serve as mountpoints.Eric W. Biederman
2015-07-01fs: Add helper functions for permanently empty directories.Eric W. Biederman
2015-07-01vfs: Ignore unlocked mounts in fs_fully_visibleEric W. Biederman
2015-07-01nfs: Remove invalid tk_pid from debug messageKinglong Mee
2015-07-01nfs: Remove invalid NFS_ATTR_FATTR_V4_REFERRAL checking in nfs4_get_rootfhKinglong Mee
2015-07-01nfs: Drop bad comment in nfs41_walk_client_list()Kinglong Mee
2015-07-01nfs: Remove unneeded micro checking of CONFIG_PROC_FSKinglong Mee
2015-07-01nfs: Don't setting FILE_CREATED flags alwaysKinglong Mee