Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
088737f44bbf6378745f5b57b035e57ee3dc4750
/
fs
/
ufs
33198c1
Merge tag 'for-linus-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux
by Linus Torvalds
· 7 years ago
2b69c82
mm: drop "wait" parameter from write_one_page()
by Jeff Layton
· 7 years ago
021f601
Merge branch 'ufs-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
77e9ce3
ufs: fix the logics for tail relocation
by Al Viro
· 7 years ago
c0ef65d
ufs_iget(): fail with -ESTALE on deleted inode
by Al Viro
· 7 years ago
23ac7cb
fix signedness of timestamps on ufs1
by Al Viro
· 7 years ago
c8636b9
Merge branch 'ufs-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
a8fad98
ufs_truncate_blocks(): fix the case when size is in the last direct block
by Al Viro
· 7 years ago
289dec5
ufs: more deadlock prevention on tail unpacking
by Al Viro
· 7 years ago
09bf4f5
ufs: avoid grabbing ->truncate_mutex if possible
by Al Viro
· 7 years ago
267309f
ufs_get_locked_page(): make sure we have buffer_heads
by Al Viro
· 7 years ago
c596961
ufs: fix s_size/s_dsize users
by Al Viro
· 7 years ago
b451cec
ufs: fix reserved blocks check
by Al Viro
· 7 years ago
fffd70f
ufs: make ufs_freespace() return signed
by Al Viro
· 7 years ago
96ecff1
ufs: fix logics in "ufs: make fsck -f happy"
by Al Viro
· 7 years ago
5faab9e
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
67a7001
ufs: we need to sync inode before freeing it
by Al Viro
· 7 years ago
babef37
excessive checks in ufs_write_failed() and ufs_evict_inode()
by Al Viro
· 7 years ago
006351a
ufs_getfrag_block(): we only grab ->truncate_mutex on block creation path
by Al Viro
· 7 years ago
940ef1a
ufs_extend_tail(): fix the braino in calling conventions of ufs_new_fragments()
by Al Viro
· 7 years ago
6b0d144
ufs: set correct ->s_maxsize
by Al Viro
· 7 years ago
eb315d2
ufs: restore maintaining ->i_blocks
by Al Viro
· 7 years ago
414cf71
fix ufs_isblockset()
by Al Viro
· 7 years ago
8785d84
ufs: restore proper tail allocation
by Al Viro
· 7 years ago
239e250
fs/ufs: Set UFS default maximum bytes per file
by Richard Narron
· 7 years ago
a88e99e
fs: ufs: use ktime_get_real_ts64() for birthtime
by Deepa Dinamani
· 7 years ago
7c0f6ba
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
by Linus Torvalds
· 8 years ago
f698ccc
ufs: fix function declaration for ufs_truncate_blocks
by Jeff Layton
· 8 years ago
e64855c
fs: Add helper to clean bdev aliases under a bh and use it
by Jan Kara
· 8 years ago
2f8b544
block,fs: untangle fs.h and blk_types.h
by Christoph Hellwig
· 8 years ago
101105b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
3873691
Merge remote-tracking branch 'ovl/rename2' into for-linus
by Al Viro
· 8 years ago
02027d4
fs: Replace CURRENT_TIME_SEC with current_time() for inode timestamps
by Deepa Dinamani
· 8 years ago
2773bf0
fs: rename "rename2" i_op to "rename"
by Miklos Szeredi
· 8 years ago
f03b8ad
fs: support RENAME_NOREPLACE for local filesystems
by Miklos Szeredi
· 8 years ago
31051c8
fs: Give dentry to inode_change_ok() instead of inode
by Jan Kara
· 8 years ago
6784725
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
dfec8a1
fs: have ll_rw_block users pass in op and flags separately
by Mike Christie
· 8 years ago
2a222ca
fs: have submit_bh users pass in op and flags separately
by Mike Christie
· 8 years ago
e0d508f
ufs: get rid of redundant checks
by Al Viro
· 8 years ago
3b0a3c1
simple local filesystems: switch to ->iterate_shared()
by Al Viro
· 9 years ago
be5b82d
make ext2_get_page() and friends work without external serialization
by Al Viro
· 9 years ago
84695ff
Merge getxattr prototype change into work.lookups
by Al Viro
· 9 years ago
fc64005
don't bother with ->d_inode->i_sb - it's always equal to ->d_sb
by Al Viro
· 9 years ago
09cbfea
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
by Kirill A. Shutemov
· 9 years ago
5d09705
kmemcg: account certain kmem allocations to memcg
by Vladimir Davydov
· 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
bd2843f
fix ufs write vs readpage race when writing into a hole
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
0d23cf7
ufs: no retries are needed on truncate
by Al Viro
· 9 years ago
6878579
ufs: ufs_trunc_...() has exclusion with everything that might cause allocations
by Al Viro
· 9 years ago
6a799d3
ufs: ufs_trunc_direct() always returns 0
by Al Viro
· 9 years ago
dff7cfd
ufs: kill lock_ufs()
by Al Viro
· 9 years ago
724bb09
ufs: don't use lock_ufs() for block pointers tree protection
by Al Viro
· 9 years ago
4af7b2c
ufs: bforget() indirect blocks before freeing them
by Al Viro
· 9 years ago
493b453
ufs: move lock_ufs() down into __ufs_truncate_blocks()
by Al Viro
· 9 years ago
2401aa2
ufs: move truncate_setsize() down into ufs_truncate()
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
1dc51b8
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 9 years ago
e4bc13a
Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 9 years ago
5d754ce
ufs: use dir_pages instead of ufs_dir_pages()
by Fabian Frederick
· 9 years ago
4ef51e8
Merge branch 'for-linus' into for-next
by Al Viro
· 9 years ago
Next »