summaryrefslogtreecommitdiffstats
path: root/fs/ufs
Commit message (Expand)AuthorAgeFilesLines
* do d_instantiate/unlock_new_inode combinations safelyAl Viro2018-05-111-4/+2
* Merge tag 'iversion-v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-02-071-1/+1
|\
| * iversion: Rename make inode_cmp_iversion{+raw} to inode_eq_iversion{+raw}Goffredo Baroncelli2018-02-011-1/+1
* | Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-02-031-5/+8
|\ \ | |/ |/|
| * ufs: Define usercopy region in ufs_inode_cache slab cacheDavid Windsor2018-01-151-5/+8
* | ufs: use new i_version APIJeff Layton2018-01-293-6/+9
|/
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-273-24/+24
* 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