summaryrefslogtreecommitdiffstats
path: root/fs/ufs
Commit message (Expand)AuthorAgeFilesLines
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0212-0/+12
* VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-171-12/+12
* Merge tag 'for-linus-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-071-1/+1
|\
| * mm: drop "wait" parameter from write_one_page()Jeff Layton2017-07-051-1/+1
* | Merge branch 'ufs-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-06-214-32/+28
|\ \
| * | ufs: fix the logics for tail relocationAl Viro2017-06-173-16/+17
| * | ufs_iget(): fail with -ESTALE on deleted inodeAl Viro2017-06-171-13/+8
| * | fix signedness of timestamps on ufs1Al Viro2017-06-171-3/+3
* | | Merge branch 'ufs-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-06-176-68/+98
|\ \ \ | |/ /
| * | ufs_truncate_blocks(): fix the case when size is in the last direct blockAl Viro2017-06-151-9/+12
| * | ufs: more deadlock prevention on tail unpackingAl Viro2017-06-151-1/+1
| * | ufs: avoid grabbing ->truncate_mutex if possibleAl Viro2017-06-152-10/+26
| * | ufs_get_locked_page(): make sure we have buffer_headsAl Viro2017-06-141-9/+8
| * | ufs: fix s_size/s_dsize usersAl Viro2017-06-144-24/+19
| * | ufs: fix reserved blocks checkAl Viro2017-06-141-4/+6
| * | ufs: make ufs_freespace() return signedAl Viro2017-06-141-2/+2
| * | ufs: fix logics in "ufs: make fsck -f happy"Al Viro2017-06-141-13/+28
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-06-104-20/+62
|\ \ \ | |/ /
| * | ufs: we need to sync inode before freeing itAl Viro2017-06-101-0/+1
| * | excessive checks in ufs_write_failed() and ufs_evict_inode()Al Viro2017-06-091-13/+5
| * | ufs_getfrag_block(): we only grab ->truncate_mutex on block creation pathAl Viro2017-06-091-1/+3
| * | ufs_extend_tail(): fix the braino in calling conventions of ufs_new_fragments()Al Viro2017-06-091-1/+2
| * | ufs: set correct ->s_maxsizeAl Viro2017-06-091-0/+18
| * | ufs: restore maintaining ->i_blocksAl Viro2017-06-091-1/+25
| * | fix ufs_isblockset()Al Viro2017-06-091-3/+7
| * | ufs: restore proper tail allocationAl Viro2017-06-091-1/+1
| |/
* | fs/ufs: Set UFS default maximum bytes per fileRichard Narron2017-06-041-3/+2
|/
* fs: ufs: use ktime_get_real_ts64() for birthtimeDeepa Dinamani2017-05-081-2/+4
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-242-2/+2
* ufs: fix function declaration for ufs_truncate_blocksJeff Layton2016-12-221-1/+1
* fs: Add helper to clean bdev aliases under a bh and use itJan Kara2016-11-042-4/+2
* block,fs: untangle fs.h and blk_types.hChristoph Hellwig2016-11-011-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-104-11/+15
|\
| * Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro2016-10-101-1/+5
| |\
| | * fs: rename "rename2" i_op to "rename"Miklos Szeredi2016-09-271-1/+1
| | * fs: support RENAME_NOREPLACE for local filesystemsMiklos Szeredi2016-09-271-2/+6
| * | fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani2016-09-274-10/+10
| |/
* | fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-09-221-1/+1
|/
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-07-281-16/+1
|\
| * ufs: get rid of redundant checksAl Viro2016-05-291-16/+1
* | fs: have ll_rw_block users pass in op and flags separatelyMike Christie2016-06-071-1/+1
* | fs: have submit_bh users pass in op and flags separatelyMike Christie2016-06-071-1/+1
|/
* simple local filesystems: switch to ->iterate_shared()Al Viro2016-05-021-1/+1
* make ext2_get_page() and friends work without external serializationAl Viro2016-05-021-7/+7
* Merge getxattr prototype change into work.lookupsAl Viro2016-05-021-1/+1
|\
| * don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro2016-04-101-1/+1
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-046-27/+27
|/
* kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-141-1/+1
* don't put symlink bodies in pagecache into highmemAl Viro2015-12-082-0/+2
* ufs: get rid of ->setattr() for symlinksAl Viro2015-12-065-51/+5
OpenPOWER on IntegriCloud