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
/
ufs
/
inode.c
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: don't use lock_ufs() for block pointers tree protection
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-06-17
Merge branch 'for-linus' into for-next
Al Viro
2015-06-14
fs/ufs: revert "ufs: fix deadlocks introduced by sb mutex merge"
Fabian Frederick
2015-05-10
ufs: switch to simple_follow_link()
Al Viro
2014-09-07
ufs: fix deadlocks introduced by sb mutex merge
Alexey Khoroshilov
2014-08-08
fs/ufs/inode.c: kernel-doc warning fixes
Fabian Frederick
2014-04-03
mm + fs: store shadow entries in page cache
Johannes Weiner
2013-09-12
truncate: drop 'oldsize' truncate_pagecache() parameter
Kirill A. Shutemov
2012-12-20
ufs: drop vmtruncate
Marco Stornelli
2012-09-21
userns: Convert the ufs filesystem to use kuid/kgid where appropriate
Eric W. Biederman
2012-05-06
vfs: Rename end_writeback() to clear_inode()
Jan Kara
2012-03-28
Remove all #inclusions of asm/system.h
David Howells
2012-01-03
ufs: propagate umode_t
Al Viro
2011-11-02
filesystems: add set_nlink()
Miklos Szeredi
2011-04-26
Merge branch 'master' into for-next
Jiri Kosina
2011-04-08
ufs: Fix a typo
Alessio Igor Bogani
2011-03-31
Fix common misspellings
Lucas De Marchi
2011-03-24
Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
2011-03-10
block: remove per-queue plugging
Jens Axboe
2011-03-02
ufs: remove the BKL
Arnd Bergmann
2010-08-09
switch ufs to ->evict_inode()
Al Viro
2010-08-09
get rid of block_write_begin_newtrunc
Christoph Hellwig
2010-08-09
introduce __block_write_begin
Christoph Hellwig
2010-08-09
clean up write_begin usage for directories in pagecache
Christoph Hellwig
2010-05-24
ufs: Remove dead quota code
Jan Kara
2010-05-21
ufs: add ufs speciffic ->setattr call
Dmitry Monakhov
2010-03-05
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
2010-03-05
pass writeback_control to ->write_inode
Christoph Hellwig
2010-03-05
dquot: cleanup dquot initialize routine
Christoph Hellwig
2010-03-05
dquot: move dquot initialization responsibility into the filesystem
Christoph Hellwig
2009-06-18
ufs: sector_t cannot be negative
Roel Kluin
2009-03-27
ufs: ensure fast symlinks are NUL-terminated
Duane Griffin
2009-03-27
ufs: don't truncate longer ufs2 fast symlinks
Duane Griffin
[next]