Linus Torvalds
|
7c0f6ba682
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
|
8 年之前 |
Jeff Layton
|
f698cccbc8
ufs: fix function declaration for ufs_truncate_blocks
|
8 年之前 |
Jan Kara
|
e64855c6cf
fs: Add helper to clean bdev aliases under a bh and use it
|
8 年之前 |
Linus Torvalds
|
101105b171
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
|
8 年之前 |
Deepa Dinamani
|
02027d42c3
fs: Replace CURRENT_TIME_SEC with current_time() for inode timestamps
|
9 年之前 |
Jan Kara
|
31051c85b5
fs: Give dentry to inode_change_ok() instead of inode
|
9 年之前 |
Kirill A. Shutemov
|
09cbfeaf1a
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
|
9 年之前 |
Al Viro
|
21fc61c73c
don't put symlink bodies in pagecache into highmem
|
9 年之前 |
Al Viro
|
9cdce3c074
ufs: get rid of ->setattr() for symlinks
|
9 年之前 |
Al Viro
|
4e317ce73a
ufs_inode_get{frag,block}(): get rid of 'phys' argument
|
10 年之前 |
Al Viro
|
0385f1f9e3
ufs_getfrag_block(): tidy up a bit
|
10 年之前 |
Al Viro
|
5fbfb238f7
ufs_inode_getblock(): failure to read an indirect block is -EIO
|
10 年之前 |
Al Viro
|
4eeff4c932
ufs_getfrag_block(): turn following indirects into a loop
|
10 年之前 |
Al Viro
|
5336970be0
ufs_inode_getfrag(): pass index instead of 'fragment'
|
10 年之前 |
Al Viro
|
0f3c1294be
ufs_inode_getfrag(): split extending the partial blocks off
|
10 年之前 |
Al Viro
|
619cfac091
ufs_inode_getblock(): pass indirect block number and full index
|
10 年之前 |
Al Viro
|
721435a767
ufs_inode_getblock(): pass index instead of 'fragment'
|
10 年之前 |
Al Viro
|
177848a018
ufs_inode_get{frag,block}(): leave sb_getblk() to caller
|
10 年之前 |
Al Viro
|
8d9dcf1436
ufs_getfrag_block(): get rid of macro jungles
|
10 年之前 |
Al Viro
|
bbb3eb9d34
ufs_inode_get{frag,block}(): consolidate success exits
|
10 年之前 |
Al Viro
|
71dd42846f
ufs: use the branch depth in ufs_getfrag_block()
|
10 年之前 |
Al Viro
|
4b7068c8b1
ufs: move calculation of offsets into ufs_getfrag_block()
|
10 年之前 |
Al Viro
|
5a39c25562
ufs_inode_get{frag,block}(): get rid of retries
|
10 年之前 |
Al Viro
|
f53bd1421b
__ufs_truncate_blocks(): avoid excessive dirtying of indirect blocks
|
10 年之前 |
Al Viro
|
cc7231e309
free_full_branch(): don't bother modifying the block we are going to free
|
10 年之前 |
Al Viro
|
b6eede0ec6
move marking inode dirty to the end of __ufs_truncate_blocks()
|
10 年之前 |
Al Viro
|
163073db51
free_full_branch(): saner calling conventions
|
10 年之前 |
Al Viro
|
7b4e4f7f81
ufs_trunc_branch(): kill recursion
|
10 年之前 |
Al Viro
|
6aab6dd379
ufs_trunc_branch(): massage towards killing recursion
|
10 年之前 |
Al Viro
|
6d1ebbca2b
split ufs_truncate_branch() into full- and partial-branch variants
|
10 年之前 |