summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-05-09more trivial ->iterate_shared conversionsAl Viro16-17/+16
2016-01-15kmemcg: account certain kmem allocations to memcgVladimir Davydov65-92/+114
2015-12-09don't put symlink bodies in pagecache into highmemAl Viro57-46/+81
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o44-2/+53
2014-01-25qnx4: clean qnx4_fill_super() upAl Viro2-43/+22
2013-11-09qnx4: i_sb is never NULLAl Viro1-4/+0
2013-06-29[readdir] convert qnx4Al Viro1-35/+31
2013-03-04fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman69-12/+77
2013-02-23new helper: file_inode(file)Al Viro306-717/+696
2012-10-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds142-2877/+2915
2012-10-03fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov47-6/+240
2012-09-21userns: Convert the qnx4 filesystem to use kuid/kgid where appropriateEric W. Biederman2-3/+2
2012-07-31qnx4fs: use memweight()Akinobu Mita1-19/+5
2012-07-14stop passing nameidata to ->lookup()Al Viro79-114/+115
2012-03-21qnx4: new helper - try_extent()Al Viro1-8/+15
2012-03-21qnx4: get rid of qnx4_bread/qnx4_getblkAl Viro3-36/+3
2012-03-21qnx4fs: small cleanupKai Bankett2-31/+0
2012-03-21switch open-coded instances of d_make_root() to new helperAl Viro64-264/+105
2012-01-19qnx4: don't leak ->BitMap on late failure exitsAl Viro1-1/+3
2012-01-19qnx4: reduce the insane nesting in qnx4_checkroot()Al Viro1-34/+22
2012-01-19qnx4: di_fname is an array, for crying out loud...Al Viro1-14/+12
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds176-386/+266
2012-01-04vfs: fix the stupidity with i_dentry in inode destructorsAl Viro53-55/+1
2011-11-20qnx4fs: Use kmemdup rather than duplicating its implementationThomas Meyer1-3/+4
2011-11-02filesystems: add set_nlink()Miklos Szeredi81-148/+163
2011-03-10block: remove per-queue pluggingJens Axboe119-1269/+151
2011-01-07fs: icache RCU free inodesNick Piggin60-68/+490
2010-10-29new helper: mount_bdev()Al Viro31-161/+150
2010-10-21BKL: remove BKL from qnx4Arnd Bergmann3-21/+1
2010-10-04BKL: Explicitly add BKL around get_sb/fill_superJan Blunck28-25/+187
2010-08-09get rid of cont_write_begin_newtruncChristoph Hellwig9-30/+62
2010-05-28rename the generic fsync implementationsChristoph Hellwig23-32/+44
2010-05-27fs/: do not fallback to default_llseek() when readdir() uses BKLjan Blunck8-0/+9
2010-02-04fs/qnx4: decrement sizeof size in strncmpJulia Lawall1-1/+2
2009-12-16qnx4: use hweight8Akinobu Mita1-16/+1
2009-12-16qnx4fs: remove remains of the (defunct) write supportAnders Larsen2-28/+1
2009-11-09qnx4fs: add missing KERN_xxx to printk() callsAnders Larsen4-20/+20
2009-09-23qnx4: remove write supportChristoph Hellwig9-368/+2
2009-06-12fs/qnx4: sanitize includesAl Viro9-95/+66
2009-06-12Sanitize qnx4 fsync handlingAl Viro7-202/+17
2009-06-12qnx4: remove ->write_superChristoph Hellwig1-9/+0
2009-04-03fs/qnx4: return f_fsid for statfs(2)Coly Li1-0/+3
2009-01-22fs/Kconfig: move qnx4 outAlexey Dobriyan2-26/+26
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan67-106/+90
2008-02-07iget: stop QNX4 from using iget() and read_inode()David Howells3-18/+38
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter67-99/+83
2007-10-16qnx4: convert to new aopsNick Piggin1-7/+12
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt165-268/+247
2007-07-10sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Jens Axboe37-131/+43
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter56-277/+178
[next]