aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ufs (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-06ufs_trunc_indirect(): pass the index of the first pointer to freeAl Viro1-33/+23
2015-07-06ufs_trunc_tindirect(): pass the number of blocks to keepAl Viro1-17/+11
2015-07-06ufs: beginning of __ufs_truncate_block() massageAl Viro1-4/+12
2015-07-06ufs: the offsets ufs_block_to_path() puts into array are not sector_tAl Viro1-3/+3
2015-07-06ufs: move truncate code into inode.cAl Viro4-533/+470
2015-07-06ufs: no retries are needed on truncateAl Viro1-40/+17
2015-07-06ufs: ufs_trunc_...() has exclusion with everything that might cause allocationsAl Viro1-12/+0
2015-07-06ufs: ufs_trunc_direct() always returns 0Al Viro1-6/+3
2015-07-06ufs: kill lock_ufs()Al Viro2-37/+2
2015-07-06ufs: don't use lock_ufs() for block pointers tree protectionAl Viro5-47/+121
2015-07-06ufs: bforget() indirect blocks before freeing themAl Viro1-3/+3
2015-07-06ufs: move lock_ufs() down into __ufs_truncate_blocks()Al Viro1-7/+2
2015-07-06ufs: move truncate_setsize() down into ufs_truncate()Al Viro1-16/+11
2015-07-06ufs: free excessive blocks upon ->write_begin() failure/short copyAl Viro1-2/+16
2015-07-06ufs: switch ufs_evict_inode() to trimmed-down variant of ufs_truncate()Al Viro3-27/+44
2015-07-06ufs: kill more lock_ufs() callsAl Viro2-13/+4
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds7-84/+83
2015-06-25Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2015-06-23ufs: use dir_pages instead of ufs_dir_pages()Fabian Frederick1-9/+4
2015-06-17Merge branch 'for-linus' into for-nextAl Viro7-75/+79
2015-06-17fs/ufs: restore s_lock mutex_init()Fabian Frederick1-0/+1
2015-06-16ufs: don't touch mtime/ctime of directory being movedAl Viro3-5/+12
2015-06-16ufs: don't bother with lock_ufs()/unlock_ufs() for directory accessAl Viro1-40/+14
2015-06-16ufs: Fix possible deadlock when looking up directoriesJan Kara1-0/+1
2015-06-16ufs: Fix warning from unlock_new_inode()Jan Kara1-1/+6
2015-06-16fs/ufs: restore s_lock mutexFabian Frederick4-25/+36
2015-06-14fs/ufs: revert "ufs: fix deadlocks introduced by sb mutex merge"Fabian Frederick2-7/+12
2015-06-02writeback: separate out include/linux/backing-dev-defs.hTejun Heo1-0/+1
2015-05-10ufs: switch to simple_follow_link()Al Viro3-15/+6
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells5-10/+10
2015-04-11make new_sync_{read,write}() staticAl Viro1-2/+0
2015-02-17fs/ufs/super.c: fix potential race conditionFabian Frederick1-4/+0
2015-02-17fs/ufs/super.c: remove unnecessary castingFabian Frederick1-1/+3
2014-10-14fs/ufs/balloc.c: remove unused variableFabian Frederick1-3/+0
2014-09-26ufs: deal with nfsd/iget racesAl Viro2-1/+9
2014-09-07ufs: fix deadlocks introduced by sb mutex mergeAlexey Khoroshilov2-13/+8
2014-08-08fs/ufs/inode.c: kernel-doc warning fixesFabian Frederick1-16/+16
2014-08-08fs/ufs: convert UFSD printk to pr_debugFabian Frederick2-3/+3
2014-08-08fs/ufs/super.c: use va_format instead of buffer/vsnprintfFabian Frederick1-20/+24
2014-08-08fs/ufs/super.c: use __func__ in loggingFabian Frederick1-18/+18
2014-08-08fs/ufs: use pr_fmtFabian Frederick2-8/+13
2014-08-08fs/ufs: convert printk to pr_foo()Fabian Frederick2-133/+131
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-4/+4
2014-06-06ufs: sb mutex merge + mutex_destroyFabian Frederick4-43/+33
2014-06-06fs/ufs/balloc.c: remove err parameter in ufs_add_fragmentsFabian Frederick1-3/+3
2014-05-06write_iter variants of {__,}generic_file_aio_write()Al Viro1-2/+2
2014-05-06switch simple generic_file_aio_read() users to ->read_iter()Al Viro1-2/+2
2014-04-07fs/ufs: remove unused ufs_super_block_third pointerChristian Engelmayer1-2/+0
2014-04-07fs/ufs: remove unused ufs_super_block_second pointerChristian Engelmayer1-2/+0
2014-04-07fs/ufs: remove unused ufs_super_block_first pointerChristian Engelmayer3-18/+0