summaryrefslogtreecommitdiffstats
path: root/fs/ufs/ufs.h
Commit message (Expand)AuthorAgeFilesLines
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* ufs: get rid of ->setattr() for symlinksAl Viro2015-12-061-4/+0
* ufs: move truncate code into inode.cAl Viro2015-07-061-5/+1
* ufs: kill lock_ufs()Al Viro2015-07-061-5/+0
* ufs: don't use lock_ufs() for block pointers tree protectionAl Viro2015-07-061-0/+2
* ufs: switch ufs_evict_inode() to trimmed-down variant of ufs_truncate()Al Viro2015-07-061-1/+1
* ufs: don't touch mtime/ctime of directory being movedAl Viro2015-06-161-1/+1
* fs/ufs: restore s_lock mutexFabian Frederick2015-06-161-0/+1
* fs/ufs: convert UFSD printk to pr_debugFabian Frederick2014-08-081-2/+2
* fs/ufs: use pr_fmtFabian Frederick2014-08-081-0/+6
* ufs: sb mutex merge + mutex_destroyFabian Frederick2014-06-061-1/+0
* ufs: drop lock/unlock superMarco Stornelli2012-10-091-0/+1
* fs/ufs: get rid of write_superArtem Bityutskiy2012-07-221-0/+5
* ufs: propagate umode_tAl Viro2012-01-031-1/+1
* treewide: use __printf not __attribute__((format(printf,...)))Joe Perches2011-10-311-3/+6
* ufs: remove the BKLArnd Bergmann2011-03-021-1/+5
* switch ufs to ->evict_inode()Al Viro2010-08-091-1/+1
* ufs: add ufs speciffic ->setattr callDmitry Monakhov2010-05-211-0/+2
* pass writeback_control to ->write_inodeChristoph Hellwig2010-03-051-1/+1
* sanitize const/signedness of ufs a bitAl Viro2010-03-031-2/+2
* ufs: pass qstr instead of dentry where necessary for NFSAlexey Dobriyan2009-12-161-2/+2
* switch ufs to simple_fsync()Al Viro2009-06-111-1/+0
* switch ufs directories to ufs_sync_file()Al Viro2009-05-091-1/+1
* ufs: don't truncate longer ufs2 fast symlinksDuane Griffin2009-03-271-1/+1
* ufs: remove unneeded ufs_put_inode prototypeChristoph Hellwig2008-05-131-1/+0
* ufs: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-281-1/+1
* iget: stop UFS from using iget() and read_inode()David Howells2008-02-071-1/+1
* ufs: move non-layout parts of ufs_fs.h to fs/ufs/Christoph Hellwig2007-10-171-0/+157