summaryrefslogtreecommitdiffstats
path: root/fs/ufs
Commit message (Expand)AuthorAgeFilesLines
...
* ufs_trunc_..indirect(): more massage towards unifyingAl Viro2015-07-061-17/+26
* ufs_trunc_...indirect(): pass the array of indices instead of offsetsAl Viro2015-07-061-28/+22
* __ufs_truncate(); find cutoff distances into branches by offsets[] arrayAl Viro2015-07-061-2/+6
* ufs_trunc_dindirect(): pass the number of blocks to keepAl Viro2015-07-061-31/+26
* ufs_trunc_indirect(): pass the index of the first pointer to freeAl Viro2015-07-061-33/+23
* ufs_trunc_tindirect(): pass the number of blocks to keepAl Viro2015-07-061-17/+11
* ufs: beginning of __ufs_truncate_block() massageAl Viro2015-07-061-4/+12
* ufs: the offsets ufs_block_to_path() puts into array are not sector_tAl Viro2015-07-061-3/+3
* ufs: move truncate code into inode.cAl Viro2015-07-064-533/+470
* ufs: no retries are needed on truncateAl Viro2015-07-061-40/+17
* ufs: ufs_trunc_...() has exclusion with everything that might cause allocationsAl Viro2015-07-061-12/+0
* ufs: ufs_trunc_direct() always returns 0Al Viro2015-07-061-6/+3
* ufs: kill lock_ufs()Al Viro2015-07-062-37/+2
* ufs: don't use lock_ufs() for block pointers tree protectionAl Viro2015-07-065-47/+121
* ufs: bforget() indirect blocks before freeing themAl Viro2015-07-061-3/+3
* ufs: move lock_ufs() down into __ufs_truncate_blocks()Al Viro2015-07-061-7/+2
* ufs: move truncate_setsize() down into ufs_truncate()Al Viro2015-07-061-16/+11
* ufs: free excessive blocks upon ->write_begin() failure/short copyAl Viro2015-07-061-2/+16
* ufs: switch ufs_evict_inode() to trimmed-down variant of ufs_truncate()Al Viro2015-07-063-27/+44
* ufs: kill more lock_ufs() callsAl Viro2015-07-062-13/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-07-047-84/+83
|\
| * ufs: use dir_pages instead of ufs_dir_pages()Fabian Frederick2015-06-231-9/+4
| * Merge branch 'for-linus' into for-nextAl Viro2015-06-177-75/+79
| |\
| | * fs/ufs: restore s_lock mutex_init()Fabian Frederick2015-06-171-0/+1
| | * ufs: don't touch mtime/ctime of directory being movedAl Viro2015-06-163-5/+12
| | * ufs: don't bother with lock_ufs()/unlock_ufs() for directory accessAl Viro2015-06-161-40/+14
| | * ufs: Fix possible deadlock when looking up directoriesJan Kara2015-06-161-0/+1
| | * ufs: Fix warning from unlock_new_inode()Jan Kara2015-06-161-1/+6
| | * fs/ufs: restore s_lock mutexFabian Frederick2015-06-164-25/+36
| | * fs/ufs: revert "ufs: fix deadlocks introduced by sb mutex merge"Fabian Frederick2015-06-142-7/+12
* | | Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds2015-06-251-0/+1
|\ \ \ | |/ / |/| |
| * | writeback: separate out include/linux/backing-dev-defs.hTejun Heo2015-06-021-0/+1
| |/
* | ufs: switch to simple_follow_link()Al Viro2015-05-103-15/+6
|/
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-155-10/+10
* make new_sync_{read,write}() staticAl Viro2015-04-111-2/+0
* fs/ufs/super.c: fix potential race conditionFabian Frederick2015-02-171-4/+0
* fs/ufs/super.c: remove unnecessary castingFabian Frederick2015-02-171-1/+3
* fs/ufs/balloc.c: remove unused variableFabian Frederick2014-10-141-3/+0
* ufs: deal with nfsd/iget racesAl Viro2014-09-262-1/+9
* ufs: fix deadlocks introduced by sb mutex mergeAlexey Khoroshilov2014-09-072-13/+8
* fs/ufs/inode.c: kernel-doc warning fixesFabian Frederick2014-08-081-16/+16
* fs/ufs: convert UFSD printk to pr_debugFabian Frederick2014-08-082-3/+3
* fs/ufs/super.c: use va_format instead of buffer/vsnprintfFabian Frederick2014-08-081-20/+24
* fs/ufs/super.c: use __func__ in loggingFabian Frederick2014-08-081-18/+18
* fs/ufs: use pr_fmtFabian Frederick2014-08-082-8/+13
* fs/ufs: convert printk to pr_foo()Fabian Frederick2014-08-082-133/+131
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-06-121-4/+4
|\
| * write_iter variants of {__,}generic_file_aio_write()Al Viro2014-05-061-2/+2
| * switch simple generic_file_aio_read() users to ->read_iter()Al Viro2014-05-061-2/+2
* | ufs: sb mutex merge + mutex_destroyFabian Frederick2014-06-064-43/+33
OpenPOWER on IntegriCloud