aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ufs
AgeCommit message (Expand)AuthorFilesLines
2014-10-14fs/ufs/balloc.c: remove unused variableFabian Frederick1-3/+0
2014-09-26ufs: deal with nfsd/iget racesAl Viro2-1/+9
2014-09-07ufs: fix deadlocks introduced by sb mutex mergeAlexey Khoroshilov2-13/+8
2014-08-08fs/ufs/inode.c: kernel-doc warning fixesFabian Frederick1-16/+16
2014-08-08fs/ufs: convert UFSD printk to pr_debugFabian Frederick2-3/+3
2014-08-08fs/ufs/super.c: use va_format instead of buffer/vsnprintfFabian Frederick1-20/+24
2014-08-08fs/ufs/super.c: use __func__ in loggingFabian Frederick1-18/+18
2014-08-08fs/ufs: use pr_fmtFabian Frederick2-8/+13
2014-08-08fs/ufs: convert printk to pr_foo()Fabian Frederick2-133/+131
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-4/+4
2014-06-06ufs: sb mutex merge + mutex_destroyFabian Frederick4-43/+33
2014-06-06fs/ufs/balloc.c: remove err parameter in ufs_add_fragmentsFabian Frederick1-3/+3
2014-05-06write_iter variants of {__,}generic_file_aio_write()Al Viro1-2/+2
2014-05-06switch simple generic_file_aio_read() users to ->read_iter()Al Viro1-2/+2
2014-04-07fs/ufs: remove unused ufs_super_block_third pointerChristian Engelmayer1-2/+0
2014-04-07fs/ufs: remove unused ufs_super_block_second pointerChristian Engelmayer1-2/+0
2014-04-07fs/ufs: remove unused ufs_super_block_first pointerChristian Engelmayer3-18/+0
2014-04-07fs/ufs/super.c: add __init to init_inodecache()Fabian Frederick1-1/+1
2014-04-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-0/+1
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner1-1/+1
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o1-0/+1
2013-09-12truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov1-1/+1
2013-06-29[readdir] simple local unixlike: switch to ->iterate()Al Viro1-16/+12
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-2/+1
2013-03-18fs: ufs: remove cast for kmalloc return valueZhang Yanfei1-2/+1
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman1-0/+1
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2013-01-21fs/ufs: remove depends on CONFIG_EXPERIMENTALKees Cook1-1/+1
2012-12-20ufs: drop vmtruncateMarco Stornelli1-5/+10
2012-10-09ufs: drop lock/unlock superMarco Stornelli4-33/+35
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+5
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov1-0/+5
2012-09-21userns: Convert the ufs filesystem to use kuid/kgid where appropriateEric W. Biederman1-8/+8
2012-07-22fs/ufs: get rid of write_superArtem Bityutskiy5-16/+42
2012-07-22fs/ufs: re-arrange the code a bitArtem Bityutskiy1-59/+58
2012-07-22fs/ufs: remove extra superblock write on unmountArtem Bityutskiy1-3/+0
2012-07-14don't pass nameidata to ->create()Al Viro1-1/+1
2012-07-14stop passing nameidata to ->lookup()Al Viro1-1/+1
2012-05-28Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds1-1/+1
2012-05-10vfs: make it possible to access the dentry hash/len as one 64-bit entryLinus Torvalds1-4/+1
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara1-1/+1
2012-03-28Remove all #inclusions of asm/system.hDavid Howells2-2/+0
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro1-4/+2
2012-03-20vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}Al Viro2-13/+2
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro1-2/+2
2012-01-03ufs: propagate umode_tAl Viro3-4/+4
2012-01-03switch ->mknod() to umode_tAl Viro1-1/+1
2012-01-03switch ->create() to umode_tAl Viro1-1/+1
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro1-1/+1
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro1-1/+0
2011-11-02filesystems: add set_nlink()Miklos Szeredi1-2/+2
2011-11-02filesystems: add missing nlink wrappersMiklos Szeredi1-1/+1
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Joe Perches1-3/+6
2011-07-20make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err)Al Viro1-2/+0
2011-07-17ufs should use d_splice_alias()Al Viro1-8/+4
2011-05-28ufs: remove unnecessary dentry_unhash from rmdir, dir renameSage Weil1-5/+0
2011-05-26ufs: fix truncated values handling 64 bit metadataDan Carpenter2-5/+6
2011-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+5
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsSage Weil1-0/+3
2011-05-26vfs: push dentry_unhash on rmdir into file systemsSage Weil1-0/+2
2011-04-26Merge branch 'master' into for-nextJiri Kosina4-7/+5
2011-04-08ufs: Fix a typoAlessio Igor Bogani1-1/+1
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds2-4/+4
2011-04-05ufs: remove unessecary blk_flush_plugChristoph Hellwig1-1/+0
2011-03-31Fix common misspellingsLucas De Marchi2-4/+4
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2-2/+1
2011-03-23ufs: use little-endian bitopsAkinobu Mita1-1/+1
2011-03-16Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds7-108/+83
2011-03-10block: remove per-queue pluggingJens Axboe2-2/+1
2011-03-03ufs: i_nlink races in rename()Al Viro1-7/+2
2011-03-02ufs: remove the BKLArnd Bergmann7-108/+83
2011-01-07fs: icache RCU free inodesNick Piggin1-1/+8
2010-10-29new helper: mount_bdev()Al Viro1-4/+4
2010-10-25new helper: ihold()Al Viro1-1/+1
2010-10-22Merge branch 'vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-0/+5
2010-10-21BKL: introduce CONFIG_BKL.Arnd Bergmann1-0/+1
2010-10-04BKL: Explicitly add BKL around get_sb/fill_superJan Blunck1-0/+5
2010-08-18remove SWRITE* I/O typesChristoph Hellwig5-54/+29
2010-08-09switch ufs to ->evict_inode()Al Viro4-21/+28
2010-08-09check ATTR_SIZE contraints in inode_change_okChristoph Hellwig1-8/+3
2010-08-09remove inode_setattrChristoph Hellwig1-1/+4
2010-08-09get rid of block_write_begin_newtruncChristoph Hellwig1-2/+10
2010-08-09introduce __block_write_beginChristoph Hellwig1-2/+1
2010-08-09clean up write_begin usage for directories in pagecacheChristoph Hellwig3-18/+10
2010-05-30Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds7-178/+2
2010-05-27kill spurious reference to vmtruncatenpiggin@suse.de1-6/+4
2010-05-27rename the generic fsync implementationsChristoph Hellwig2-2/+2
2010-05-27ufs: permit mounting of BorderWare filesystemsThomas Stewart2-0/+3
2010-05-24ufs: Remove dead quota codeJan Kara7-195/+1
2010-05-24quota: rename default quotactl methods to dquot_Christoph Hellwig1-1/+1
2010-05-24quota: explicitly set ->dq_op and ->s_qcopChristoph Hellwig1-1/+5
2010-05-24quota: move unmount handling into the filesystemChristoph Hellwig1-0/+2
2010-05-24quota: kill the vfs_dq_off and vfs_dq_quota_on_remount wrappersChristoph Hellwig1-4/+4
2010-05-24quota: move remount handling into the filesystemChristoph Hellwig1-0/+12
2010-05-21ufs: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov1-9/+1
2010-05-21quota: unify quota init condition in setattrDmitry Monakhov1-4/+4
2010-05-21ufs: add ufs speciffic ->setattr callDmitry Monakhov5-3/+13
2010-03-12ufs: make solaris fsck happyEvgeniy Dushistov1-2/+7
2010-03-12fs/ufs: recognize Solaris-specific file system stateAlex Viskovatoff2-0/+9
2010-03-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds7-15/+61
2010-03-05pass writeback_control to ->write_inodeChristoph Hellwig2-3/+4
2010-03-05dquot: cleanup dquot initialize routineChristoph Hellwig5-11/+12
2010-03-05dquot: move dquot initialization responsibility into the filesystemChristoph Hellwig4-1/+26
2010-03-05dquot: cleanup dquot drop routineChristoph Hellwig2-3/+3
2010-03-05dquot: move dquot drop responsibility into the filesystemChristoph Hellwig1-0/+6
2010-03-05dquot: cleanup dquot transfer routineChristoph Hellwig1-1/+1
2010-03-05dquot: move dquot transfer responsibility into the filesystemChristoph Hellwig1-0/+7
2010-03-05dquot: cleanup inode allocation / freeing routinesChristoph Hellwig1-3/+4
2010-03-05dquot: cleanup space allocation / freeing routinesChristoph Hellwig1-9/+15
2010-03-03sanitize const/signedness of ufs a bitAl Viro2-7/+7
2009-12-16ufs: NFS supportAlexey Dobriyan1-0/+52
2009-12-16ufs: pass qstr instead of dentry where necessary for NFSAlexey Dobriyan3-11/+11
2009-06-18ufs: sector_t cannot be negativeRoel Kluin1-9/+1
2009-06-11ufs: add ->sync_fsChristoph Hellwig1-10/+22
2009-06-11switch ufs to simple_fsync()Al Viro3-24/+2
2009-06-11Push BKL down into ->remount_fs()Alessio Igor Bogani1-1/+10
2009-06-11->write_super lock_super pushdownChristoph Hellwig1-0/+2
2009-06-11Push lock_super() into the ->remount_fs() of filesystems that care about itAl Viro1-1/+10
2009-06-11push BKL down into ->put_superChristoph Hellwig1-0/+6
2009-06-11remove ->write_super call in generic_shutdown_superChristoph Hellwig1-0/+3
2009-05-09switch ufs directories to ufs_sync_file()Al Viro3-3/+3
2009-04-02fs/ufs: return f_fsid for statfs(2)Coly Li1-0/+3
2009-03-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds4-23/+31
2009-03-27ufs: copy symlink data into the correct union memberDuane Griffin1-1/+1
2009-03-27ufs: ensure fast symlinks are NUL-terminatedDuane Griffin1-2/+4
2009-03-27ufs: don't truncate longer ufs2 fast symlinksDuane Griffin2-22/+17
2009-03-27ufs: validate maximum fast symlink size from superblockDuane Griffin1-0/+11
2009-03-26ufs: Use lowercase names of quota functionsJan Kara2-10/+10
2009-03-22Update my email addressGertjan van Wingerde1-1/+1
2009-01-22fs/Kconfig: move ufs outAlexey Dobriyan1-0/+43
2008-11-14CRED: Wrap task credential accesses in the UFS filesystemDavid Howells1-2/+2
2008-10-23[PATCH] fix ->llseek for more directoriesChristoph Hellwig1-0/+1
2008-10-13vfs: Use const for kernel parser tableSteven Whitehouse1-2/+2
2008-08-04Revert "UFS: add const to parser token table"Linus Torvalds1-1/+1
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan1-1/+1
2008-07-25quota: move function-macros from quota.h to quotaops.hJan Kara1-0/+1
2008-07-24UFS: add const to parser token tableSteven Whitehouse1-1/+1
2008-05-13ufs: remove unneeded ufs_put_inode prototypeChristoph Hellwig1-1/+0
2008-04-28ufs: replace __inline with inlineHarvey Harrison1-1/+1
2008-04-28ufs: remove unused fs64_add and fs64_subMarcin Slusarz1-18/+0
2008-04-28ufs: replace remaining __FUNCTION__ occurrencesHarvey Harrison4-11/+11
2008-04-28ufs: [bl]e*_add_cpu conversionMarcin Slusarz1-8/+8
2008-03-19fs/ufs/balloc.c: fix sparc64 printk warningAndrew Morton1-2/+2
2008-02-23ufs: fix parenthesisation in ufs_set_fs_state()Roel Kluin1-1/+1
2008-02-08drop linux/ufs_fs.h from userspace export and relocate it to fs/ufs/ufs_fs.hMike Frysinger12-11/+960
2008-02-08ufs: fix symlink creation on ufs2Evgeniy Dushistov1-2/+4
2008-02-07iget: stop UFS from using iget() and read_inode()David Howells4-23/+33
2007-12-05ufs: fix nexstep dir block sizeEvgeniy Dushistov2-3/+3
2007-10-30revert "ufs: Fix mount check in ufs_fill_super()"Andrew Morton1-8/+7
2007-10-17ufs: Fix mount check in ufs_fill_super()Satyam Sharma1-7/+8
2007-10-17ufs: move non-layout parts of ufs_fs.h to fs/ufs/Christoph Hellwig12-2/+171
2007-10-17ufs: implement show_optionsEvgeniy Dushistov1-4/+39
2007-10-17Add in SunOS 4.1.x compatible mode for UFSMark Fortescue2-19/+72
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter1-1/+1
2007-10-16ufs: convert to new aopsNick Piggin3-23/+58
2007-09-25ufs: fix sun stateEvgeniy Dushistov1-3/+1
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-2/+2
2007-07-16is_power_of_2: ufs/super.cvignesh babu1-2/+3
2007-07-10sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Jens Axboe1-1/+1
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter1-2/+1
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter1-2/+1
2007-05-07mm: make read_cache_page synchronousNick Piggin2-9/+3
2007-04-17ufs proper handling of zero link caseEvgeniy Dushistov1-7/+22
2007-03-16[PATCH] ufs2: tindirect truncate fixEvgeniy Dushistov1-1/+1
2007-03-16[PATCH] ufs: zeroize the rest of block in truncateEvgeniy Dushistov3-18/+35
2007-03-16[PATCH] ufs: prepare write + change blocks on the flyEvgeniy Dushistov1-28/+53
2007-03-16[PATCH] ufs2: more correct work with timeEvgeniy Dushistov2-15/+14
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau2-2/+0
2007-02-12[PATCH] Mark struct super_operations constJosef 'Jeff' Sipek1-2/+2
2007-02-12[PATCH] mark struct inode_operations const 3Arjan van de Ven3-3/+3
2007-02-12[PATCH] ufs2 write: block allocation updateEvgeniy Dushistov4-178/+297
2007-02-12[PATCH] ufs2 write: inodes writeEvgeniy Dushistov3-57/+206
2007-02-12[PATCH] ufs2 write: mount as rwEvgeniy Dushistov1-5/+4
2007-02-09[PATCH] ufs: restore back support of openstepEvgeniy Dushistov2-10/+16
2007-01-30[PATCH] ufs: reallocation fixEvgeniy Dushistov1-15/+26
2007-01-30[PATCH] ufs: truncate negative to unsigned fixEvgeniy Dushistov1-2/+2
2007-01-30[PATCH] ufs: alloc metadata null page fixEvgeniy Dushistov2-6/+13
2007-01-05[PATCH] fix garbage instead of zeroes in UFSEvgeniy Dushistov2-36/+30
2006-12-08[PATCH] struct path: convert ufsJosef Sipek1-1/+1
2006-12-07[PATCH] fs: ufs add missing bracketMariusz Kozlowski1-1/+1
2006-12-07[PATCH] fs/*: trivial vsnprintf() conversionAlexey Dobriyan1-3/+3
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter1-2/+2
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter1-1/+1
2006-10-10[PATCH] ufs endianness annotationsAl Viro1-8/+6
2006-10-01[PATCH] r/o bind mounts: unlink: monitor i_nlinkDave Hansen1-1/+1
2006-10-01[PATCH] Streamline generic_file_* interfaces and filemap cleanupsBadari Pulavarty1-2/+4
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o2-2/+0
2006-09-27[PATCH] Really ignore kmem_cache_destroy return valueAlexey Dobriyan1-2/+1
2006-09-27[PATCH] fs: Conversions from kmalloc+memset to k(z|c)allocPanagiotis Issaris1-2/+1
2006-08-27[PATCH] ufs: truncate correctionEvgeniy Dushistov1-52/+25
2006-08-27[PATCH] ufs: write to hole in big fileEvgeniy Dushistov1-14/+21
2006-08-06[PATCH] ufs: handle truncated pagesEvgeniy Dushistov2-3/+3
2006-08-06[PATCH] ufs: ufs_get_locked_page() race fixEvgeniy Dushistov1-7/+8
2006-07-31[PATCH] ufs: remove incorrect unlock_kernel from failure path in ufs_symlink()Josh Triplett1-1/+2
2006-07-03[PATCH] lockdep: annotate the quota codeArjan van de Ven1-1/+1
2006-07-01[PATCH] ufs: truncate should allocate block for last byteEvgeniy Dushistov6-65/+204
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-29[PATCH] ufs: printk() fixAndrew Morton1-2/+4