Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
17ea11d553220281ab037799642ecd45246c3a65
/
fs
/
ufs
/
inode.c
101105b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
02027d4
fs: Replace CURRENT_TIME_SEC with current_time() for inode timestamps
by Deepa Dinamani
· 8 years ago
31051c8
fs: Give dentry to inode_change_ok() instead of inode
by Jan Kara
· 8 years ago
09cbfea
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
by Kirill A. Shutemov
· 9 years ago
21fc61c
don't put symlink bodies in pagecache into highmem
by Al Viro
· 9 years ago
9cdce3c
ufs: get rid of ->setattr() for symlinks
by Al Viro
· 9 years ago
4e317ce
ufs_inode_get{frag,block}(): get rid of 'phys' argument
by Al Viro
· 9 years ago
0385f1f
ufs_getfrag_block(): tidy up a bit
by Al Viro
· 9 years ago
5fbfb23
ufs_inode_getblock(): failure to read an indirect block is -EIO
by Al Viro
· 9 years ago
4eeff4c
ufs_getfrag_block(): turn following indirects into a loop
by Al Viro
· 9 years ago
5336970
ufs_inode_getfrag(): pass index instead of 'fragment'
by Al Viro
· 9 years ago
0f3c129
ufs_inode_getfrag(): split extending the partial blocks off
by Al Viro
· 9 years ago
619cfac
ufs_inode_getblock(): pass indirect block number and full index
by Al Viro
· 9 years ago
721435a
ufs_inode_getblock(): pass index instead of 'fragment'
by Al Viro
· 9 years ago
177848a
ufs_inode_get{frag,block}(): leave sb_getblk() to caller
by Al Viro
· 9 years ago
8d9dcf1
ufs_getfrag_block(): get rid of macro jungles
by Al Viro
· 9 years ago
bbb3eb9
ufs_inode_get{frag,block}(): consolidate success exits
by Al Viro
· 9 years ago
71dd428
ufs: use the branch depth in ufs_getfrag_block()
by Al Viro
· 9 years ago
4b7068c
ufs: move calculation of offsets into ufs_getfrag_block()
by Al Viro
· 9 years ago
5a39c25
ufs_inode_get{frag,block}(): get rid of retries
by Al Viro
· 9 years ago
f53bd14
__ufs_truncate_blocks(): avoid excessive dirtying of indirect blocks
by Al Viro
· 9 years ago
cc7231e
free_full_branch(): don't bother modifying the block we are going to free
by Al Viro
· 9 years ago
b6eede0
move marking inode dirty to the end of __ufs_truncate_blocks()
by Al Viro
· 9 years ago
163073d
free_full_branch(): saner calling conventions
by Al Viro
· 9 years ago
7b4e4f7
ufs_trunc_branch(): kill recursion
by Al Viro
· 9 years ago
6aab6dd
ufs_trunc_branch(): massage towards killing recursion
by Al Viro
· 9 years ago
6d1ebbc
split ufs_truncate_branch() into full- and partial-branch variants
by Al Viro
· 9 years ago
a138b4b
ufs: unify the logics for collecting adjacent data blocks to free
by Al Viro
· 9 years ago
a965742
ufs_trunc_branch(): separate the calls with non-NULL offsets
by Al Viro
· 9 years ago
97e0f8f
ufs_trunc_branch(): never call with offsets != NULL && depth2 == 0
by Al Viro
· 9 years ago
4243273
__ufs_trunc_blocks(): turn the part after switch into a loop
by Al Viro
· 9 years ago
ef3a315
__ufs_truncate_blocks(): unify freeing the full branches
by Al Viro
· 9 years ago
9e0fbbd
unify ufs_trunc_..indirect()
by Al Viro
· 9 years ago
6775e24
ufs_trunc_..indirect(): more massage towards unifying
by Al Viro
· 9 years ago
8541628
ufs_trunc_...indirect(): pass the array of indices instead of offsets
by Al Viro
· 9 years ago
7a4fdda
__ufs_truncate(); find cutoff distances into branches by offsets[] array
by Al Viro
· 9 years ago
7bad593
ufs_trunc_dindirect(): pass the number of blocks to keep
by Al Viro
· 9 years ago
6ac36b8
ufs_trunc_indirect(): pass the index of the first pointer to free
by Al Viro
· 9 years ago
18ca51d
ufs_trunc_tindirect(): pass the number of blocks to keep
by Al Viro
· 9 years ago
31cd043
ufs: beginning of __ufs_truncate_block() massage
by Al Viro
· 9 years ago
4e3911f
ufs: the offsets ufs_block_to_path() puts into array are not sector_t
by Al Viro
· 9 years ago
010d331
ufs: move truncate code into inode.c
by Al Viro
· 9 years ago
724bb09
ufs: don't use lock_ufs() for block pointers tree protection
by Al Viro
· 9 years ago
3b7a3a0
ufs: free excessive blocks upon ->write_begin() failure/short copy
by Al Viro
· 9 years ago
d622f167
ufs: switch ufs_evict_inode() to trimmed-down variant of ufs_truncate()
by Al Viro
· 9 years ago
f3e0f3d
ufs: kill more lock_ufs() calls
by Al Viro
· 9 years ago
4ef51e8
Merge branch 'for-linus' into for-next
by Al Viro
· 9 years ago
13b987e
fs/ufs: revert "ufs: fix deadlocks introduced by sb mutex merge"
by Fabian Frederick
· 9 years ago
4b8061a
ufs: switch to simple_follow_link()
by Al Viro
· 10 years ago
9ef7db7
ufs: fix deadlocks introduced by sb mutex merge
by Alexey Khoroshilov
· 10 years ago
edc023ca
fs/ufs/inode.c: kernel-doc warning fixes
by Fabian Frederick
· 10 years ago
91b0abe
mm + fs: store shadow entries in page cache
by Johannes Weiner
· 11 years ago
7caef26
truncate: drop 'oldsize' truncate_pagecache() parameter
by Kirill A. Shutemov
· 11 years ago
83f6e37
ufs: drop vmtruncate
by Marco Stornelli
· 12 years ago
72235465
userns: Convert the ufs filesystem to use kuid/kgid where appropriate
by Eric W. Biederman
· 13 years ago
dbd5768
vfs: Rename end_writeback() to clear_inode()
by Jan Kara
· 13 years ago
9ffc93f
Remove all #inclusions of asm/system.h
by David Howells
· 13 years ago
6a9a06d
ufs: propagate umode_t
by Al Viro
· 13 years ago
bfe8684
filesystems: add set_nlink()
by Miklos Szeredi
· 13 years ago
07f9479
Merge branch 'master' into for-next
by Jiri Kosina
· 14 years ago
7422caa
ufs: Fix a typo
by Alessio Igor Bogani
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
6c51038
Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 14 years ago
7eaceac
block: remove per-queue plugging
by Jens Axboe
· 14 years ago
788257d
ufs: remove the BKL
by Arnd Bergmann
· 14 years ago
58e8268
switch ufs to ->evict_inode()
by Al Viro
· 14 years ago
155130a
get rid of block_write_begin_newtrunc
by Christoph Hellwig
· 14 years ago
6e1db88
introduce __block_write_begin
by Christoph Hellwig
· 14 years ago
f4e420d
clean up write_begin usage for directories in pagecache
by Christoph Hellwig
· 14 years ago
8f45c33
ufs: Remove dead quota code
by Jan Kara
· 14 years ago
311b9549
ufs: add ufs speciffic ->setattr call
by Dmitry Monakhov
· 15 years ago
e213e26
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6
by Linus Torvalds
· 15 years ago
a9185b4
pass writeback_control to ->write_inode
by Christoph Hellwig
· 15 years ago
871a293
dquot: cleanup dquot initialize routine
by Christoph Hellwig
· 15 years ago
907f455
dquot: move dquot initialization responsibility into the filesystem
by Christoph Hellwig
· 15 years ago
37044c8
ufs: sector_t cannot be negative
by Roel Kluin
· 15 years ago
b12903f
ufs: ensure fast symlinks are NUL-terminated
by Duane Griffin
· 16 years ago
f33219b
ufs: don't truncate longer ufs2 fast symlinks
by Duane Griffin
· 16 years ago
9746077a7
ufs: replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
e542059
drop linux/ufs_fs.h from userspace export and relocate it to fs/ufs/ufs_fs.h
by Mike Frysinger
· 17 years ago
b55c460
iget: stop UFS from using iget() and read_inode()
by David Howells
· 17 years ago
bcd6d4e
ufs: move non-layout parts of ufs_fs.h to fs/ufs/
by Christoph Hellwig
· 17 years ago
82b9d1d
ufs: convert to new aops
by Nick Piggin
· 17 years ago
07a0cfe
ufs proper handling of zero link case
by Evgeniy Dushistov
· 18 years ago
4b25a37
[PATCH] ufs: zeroize the rest of block in truncate
by Evgeniy Dushistov
· 18 years ago
2189850
[PATCH] ufs2: more correct work with time
by Evgeniy Dushistov
· 18 years ago
54fb996
[PATCH] ufs2 write: block allocation update
by Evgeniy Dushistov
· 18 years ago
3313e29
[PATCH] ufs2 write: inodes write
by Evgeniy Dushistov
· 18 years ago
a685e26
[PATCH] ufs: alloc metadata null page fix
by Evgeniy Dushistov
· 18 years ago
d63b709
[PATCH] fix garbage instead of zeroes in UFS
by Evgeniy Dushistov
· 18 years ago
ba52de1
[PATCH] inode-diet: Eliminate i_blksize from the inode structure
by Theodore Ts'o
· 18 years ago
c37336b
[PATCH] ufs: write to hole in big file
by Evgeniy Dushistov
· 18 years ago
10e5dce
[PATCH] ufs: truncate should allocate block for last byte
by Evgeniy Dushistov
· 18 years ago
7256d81
[PATCH] ufs: printk() fix
by Andrew Morton
· 18 years ago
f5e54d6
[PATCH] mark address_space_operations const
by Christoph Hellwig
· 18 years ago
05f225d
[PATCH] ufs: ufs_read_inode cleanup
by Evgeniy Dushistov
· 18 years ago
138bb68
[PATCH] fs/ufs/inode.c: make 2 functions static
by Adrian Bunk
· 18 years ago
f391475
[PATCH] ufs: missed brelse and wrong baseblk
by Evgeniy Dushistov
· 18 years ago
022a6dc
[PATCH] ufs: zero metadata
by Evgeniy Dushistov
· 18 years ago
dd187a2
[PATCH] ufs: little directory lookup optimization
by Evgeniy Dushistov
· 18 years ago
Next »