index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
2015-07-06
ufs_trunc_branch(): separate the calls with non-NULL offsets
Al Viro
2015-07-06
ufs_trunc_branch(): never call with offsets != NULL && depth2 == 0
Al Viro
2015-07-06
__ufs_trunc_blocks(): turn the part after switch into a loop
Al Viro
2015-07-06
__ufs_truncate_blocks(): unify freeing the full branches
Al Viro
2015-07-06
unify ufs_trunc_..indirect()
Al Viro
2015-07-06
ufs_trunc_..indirect(): more massage towards unifying
Al Viro
2015-07-06
ufs_trunc_...indirect(): pass the array of indices instead of offsets
Al Viro
2015-07-06
__ufs_truncate(); find cutoff distances into branches by offsets[] array
Al Viro
2015-07-06
ufs_trunc_dindirect(): pass the number of blocks to keep
Al Viro
2015-07-06
ufs_trunc_indirect(): pass the index of the first pointer to free
Al Viro
2015-07-06
ufs_trunc_tindirect(): pass the number of blocks to keep
Al Viro
2015-07-06
ufs: beginning of __ufs_truncate_block() massage
Al Viro
2015-07-06
ufs: the offsets ufs_block_to_path() puts into array are not sector_t
Al Viro
2015-07-06
ufs: move truncate code into inode.c
Al Viro
2015-07-06
ufs: no retries are needed on truncate
Al Viro
2015-07-06
ufs: ufs_trunc_...() has exclusion with everything that might cause allocations
Al Viro
2015-07-06
ufs: ufs_trunc_direct() always returns 0
Al Viro
2015-07-06
ufs: kill lock_ufs()
Al Viro
2015-07-06
ufs: don't use lock_ufs() for block pointers tree protection
Al Viro
2015-07-06
ufs: bforget() indirect blocks before freeing them
Al Viro
2015-07-06
ufs: move lock_ufs() down into __ufs_truncate_blocks()
Al Viro
2015-07-06
ufs: move truncate_setsize() down into ufs_truncate()
Al Viro
2015-07-06
ufs: free excessive blocks upon ->write_begin() failure/short copy
Al Viro
2015-07-06
ufs: switch ufs_evict_inode() to trimmed-down variant of ufs_truncate()
Al Viro
2015-07-06
ufs: kill more lock_ufs() calls
Al Viro
2015-07-04
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2015-07-04
dax: bdev_direct_access() may sleep
Matthew Wilcox
2015-07-04
block: Add support for DAX reads/writes to block devices
Matthew Wilcox
2015-07-04
dax: Use copy_from_iter_nocache
Matthew Wilcox
2015-07-04
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2015-07-04
sched/stat: Expose /proc/pid/schedstat if CONFIG_SCHED_INFO=y
Naveen N. Rao
2015-07-03
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
2015-07-02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
2015-07-02
Merge tag 'nfs-for-4.2-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
2015-07-02
Merge branch 'overlayfs-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2015-07-02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...
Linus Torvalds
2015-07-02
Merge tag 'module_init-alternate_initcall-v4.1-rc8' of git://git.kernel.org/p...
Linus Torvalds
2015-07-01
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2015-07-01
Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2015-07-01
vfs: Remove incorrect debugging WARN in prepend_path
Eric W. Biederman
2015-07-01
mnt: Update fs_fully_visible to test for permanently empty directories
Eric W. Biederman
2015-07-01
sysfs: Create mountpoints with sysfs_create_mount_point
Eric W. Biederman
2015-07-01
sysfs: Add support for permanently empty directories to serve as mount points.
Eric W. Biederman
2015-07-01
kernfs: Add support for always empty directories.
Eric W. Biederman
2015-07-01
proc: Allow creating permanently empty directories that serve as mount points
Eric W. Biederman
2015-07-01
sysctl: Allow creating permanently empty directories that serve as mountpoints.
Eric W. Biederman
2015-07-01
fs: Add helper functions for permanently empty directories.
Eric W. Biederman
2015-07-01
vfs: Ignore unlocked mounts in fs_fully_visible
Eric W. Biederman
2015-07-01
nfs: Remove invalid tk_pid from debug message
Kinglong Mee
2015-07-01
nfs: Remove invalid NFS_ATTR_FATTR_V4_REFERRAL checking in nfs4_get_rootfh
Kinglong Mee
[next]