summaryrefslogtreecommitdiff
path: root/fs/ufs
Commit message (Expand)AuthorAge
* Merge tag 'iversion-v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-02-07
|\
| * iversion: Rename make inode_cmp_iversion{+raw} to inode_eq_iversion{+raw}Goffredo Baroncelli2018-02-01
* | Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-02-03
|\ \ | |/ |/|
| * ufs: Define usercopy region in ufs_inode_cache slab cacheDavid Windsor2018-01-15
* | ufs: use new i_version APIJeff Layton2018-01-29
|/
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-27
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-17
* Merge tag 'for-linus-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-07
|\
| * mm: drop "wait" parameter from write_one_page()Jeff Layton2017-07-05
* | Merge branch 'ufs-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-06-21
|\ \
| * | ufs: fix the logics for tail relocationAl Viro2017-06-17
| * | ufs_iget(): fail with -ESTALE on deleted inodeAl Viro2017-06-17
| * | fix signedness of timestamps on ufs1Al Viro2017-06-17
* | | Merge branch 'ufs-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-06-17
|\ \ \ | |/ /
| * | ufs_truncate_blocks(): fix the case when size is in the last direct blockAl Viro2017-06-15
| * | ufs: more deadlock prevention on tail unpackingAl Viro2017-06-15
| * | ufs: avoid grabbing ->truncate_mutex if possibleAl Viro2017-06-15
| * | ufs_get_locked_page(): make sure we have buffer_headsAl Viro2017-06-14
| * | ufs: fix s_size/s_dsize usersAl Viro2017-06-14
| * | ufs: fix reserved blocks checkAl Viro2017-06-14
| * | ufs: make ufs_freespace() return signedAl Viro2017-06-14
| * | ufs: fix logics in "ufs: make fsck -f happy"Al Viro2017-06-14
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-06-10
|\ \ \ | |/ /
| * | ufs: we need to sync inode before freeing itAl Viro2017-06-10
| * | excessive checks in ufs_write_failed() and ufs_evict_inode()Al Viro2017-06-09
| * | ufs_getfrag_block(): we only grab ->truncate_mutex on block creation pathAl Viro2017-06-09
| * | ufs_extend_tail(): fix the braino in calling conventions of ufs_new_fragments()Al Viro2017-06-09
| * | ufs: set correct ->s_maxsizeAl Viro2017-06-09
| * | ufs: restore maintaining ->i_blocksAl Viro2017-06-09
| * | fix ufs_isblockset()Al Viro2017-06-09
| * | ufs: restore proper tail allocationAl Viro2017-06-09
| |/
* | fs/ufs: Set UFS default maximum bytes per fileRichard Narron2017-06-04
|/
* fs: ufs: use ktime_get_real_ts64() for birthtimeDeepa Dinamani2017-05-08
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-24
* ufs: fix function declaration for ufs_truncate_blocksJeff Layton2016-12-22
* fs: Add helper to clean bdev aliases under a bh and use itJan Kara2016-11-04
* block,fs: untangle fs.h and blk_types.hChristoph Hellwig2016-11-01
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-10
|\
| * Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro2016-10-10
| |\
| | * fs: rename "rename2" i_op to "rename"Miklos Szeredi2016-09-27
| | * fs: support RENAME_NOREPLACE for local filesystemsMiklos Szeredi2016-09-27
| * | fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani2016-09-27
| |/
* | fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-09-22
|/
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-07-28
|\
| * ufs: get rid of redundant checksAl Viro2016-05-29
* | fs: have ll_rw_block users pass in op and flags separatelyMike Christie2016-06-07
* | fs: have submit_bh users pass in op and flags separatelyMike Christie2016-06-07
|/
* simple local filesystems: switch to ->iterate_shared()Al Viro2016-05-02
* make ext2_get_page() and friends work without external serializationAl Viro2016-05-02