aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ufs
AgeCommit message (Expand)AuthorFilesLines
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
2006-06-28[PATCH] mark address_space_operations constChristoph Hellwig1-1/+1
2006-06-27[PATCH] ufs: ufs_read_inode cleanupEvgeniy Dushistov1-54/+57
2006-06-25[PATCH] fs/ufs/inode.c: make 2 functions staticAdrian Bunk1-3/+6
2006-06-25[PATCH] ufs: ubh_ll_rw_block cleanupEvgeniy Dushistov5-14/+13
2006-06-25[PATCH] ufs: make fsck -f happyEvgeniy Dushistov4-56/+126
2006-06-25[PATCH] ufs: fsync implementationEvgeniy Dushistov1-0/+21
2006-06-25[PATCH] ufs: one way to access super blockEvgeniy Dushistov2-148/+121
2006-06-25[PATCH] ufs: missed brelse and wrong baseblkEvgeniy Dushistov2-7/+6
2006-06-25[PATCH] ufs: printk warning fixesAndrew Morton1-3/+3
2006-06-25[PATCH] ufs: zero metadataEvgeniy Dushistov1-40/+76
2006-06-25[PATCH] ufs: unlock_super without lockEvgeniy Dushistov1-4/+5
2006-06-25[PATCH] ufs: i_blocks wrong countEvgeniy Dushistov2-16/+12
2006-06-25[PATCH] ufs: little directory lookup optimizationEvgeniy Dushistov3-5/+7
2006-06-25[PATCH] ufs: easy debugEvgeniy Dushistov9-217/+147
2006-06-25[PATCH] ufs: not usual amounts of fragments per blockEvgeniy Dushistov2-71/+87
2006-06-25[PATCH] ufs: wrong type castEvgeniy Dushistov6-84/+90
2006-06-25[PATCH] ufs: directory and page cache: from blocks to pagesEvgeniy Dushistov2-504/+547
2006-06-25[PATCH] ufs: directory and page cache: install aopsEvgeniy Dushistov2-34/+25
2006-06-25[PATCH] ufs: change block number on the flyEvgeniy Dushistov2-43/+138
2006-06-25[PATCH] ufs: right block allocationEvgeniy Dushistov2-27/+18
2006-06-25[PATCH] ufs: ufs_trunc_indirect: infinite cycleEvgeniy Dushistov3-47/+21
2006-06-23[PATCH] VFS: Permit filesystem to perform statfs with a known root dentryDavid Howells1-1/+2
2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells1-3/+3
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven2-2/+2
2006-03-24typo patch for fs/ufs/super.cMichael Owen1-1/+1
2006-03-24[PATCH] cpuset memory spread: slab cache formatPaul Jackson1-1/+2
2006-03-24[PATCH] cpuset memory spread: slab cache filesystemsPaul Jackson1-1/+1
2006-03-23[PATCH] ufs: switch to inode_inc_count, inode_dec_countAlexey Dobriyan1-30/+18
2006-03-23[PATCH] fs/ufs/file.c: drop insane header dependenciesAlexey Dobriyan1-10/+0
2006-02-03[PATCH] ufs: fix hang during `rm'Evgeniy Dushistov2-57/+17
2006-02-03[PATCH] ufs: fix oops with `ufs1' typeEvgeniy Dushistov1-4/+6
2006-01-14[PATCH] ufs cleanupEvgeniy5-55/+64
2006-01-13[PATCH] Fix oops in ufs_fill_super at mount timeEvgeniy1-2/+2
2006-01-11[PATCH] capable/capability.h (fs/)Randy Dunlap1-0/+1
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen1-3/+3
2006-01-08[PATCH] UFS: inode->i_sem is not released in error pathEvgeniy Polyakov1-1/+3
2006-01-06[PATCH] fs/ufs: debug mode compilation failureEvgeniy1-1/+1
2005-11-07[PATCH] kfree cleanup: fsJesper Juhl1-6/+8
2005-09-09[PATCH] update filesystems for new delete_inode behaviorMark Fasheh1-0/+1
2005-09-07[PATCH] Change ll_rw_block() calls in UFSJan Kara3-18/+9
2005-08-19[PATCH] Fix up symlink function pointersAl Viro1-2/+2
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds14-0/+5992