summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-06-13freevxfs: update Kconfig informationKrzysztof Błaszkowski1-1/+2
2016-06-12freevxfs: refactor readdir and lookup codeKrzysztof Błaszkowski1-125/+108
2016-06-12freevxfs: fix lack of inode initializationKrzysztof Błaszkowski1-0/+1
2016-06-12freevxfs: fix memory leak in vxfs_read_fshead()Krzysztof Błaszkowski1-0/+2
2016-06-01freevxfs: update documentation and cresdits for HP-UX supportKrzysztof Błaszkowski8-2/+17
2016-06-01freevxfs: implement ->alloc_inode and ->destroy_inodeChristoph Hellwig5-142/+116
2016-06-01freevxfs: avoid the need for forward declaring the super operationsChristoph Hellwig1-13/+6
2016-06-01freevxfs: move VFS inode allocation into vxfs_blkiget and vxfs_stigetKrzysztof Błaszkowski3-37/+31
2016-06-01freevxfs: remove vxfs_put_fake_inodeKrzysztof Błaszkowski3-20/+6
2016-06-01freevxfs: handle big endian HP-UX file systemsKrzysztof Błaszkowski11-279/+407
2016-05-09more trivial ->iterate_shared conversionsAl Viro16-17/+16
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov381-2721/+2722
2015-12-09don't put symlink bodies in pagecache into highmemAl Viro57-46/+81
2015-08-07freevxfs: Grammar s/an negative/a negative/Geert Uytterhoeven1-1/+1
2015-06-23pagemap.h: move dir_pages() over thereFabian Frederick8-38/+6
2015-05-11freevxfs: switch to simple_follow_link()Al Viro3-39/+5
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells278-1420/+1419
2014-04-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds64-501/+1514
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner50-65/+147
2014-04-03fs/freevxfs/vxfs_lookup.c: update function commentFabian Frederick1-1/+1
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o44-2/+53
2013-06-29[readdir] convert freevxfsAl Viro1-32/+23
2013-03-13fs: Readd the fs module aliases.Eric W. Biederman6-0/+7
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 freevxfs to use kuid/kgid where appropriateEric W. Biederman2-3/+2
2012-07-14stop passing nameidata to ->lookup()Al Viro79-114/+115
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara52-70/+68
2012-03-21switch open-coded instances of d_make_root() to new helperAl Viro64-264/+105
2012-01-04fs: propagate umode_t, misc bitsAl Viro9-17/+17
2012-01-04vfs: fix the stupidity with i_dentry in inode destructorsAl Viro53-55/+1
2011-11-02filesystems: add set_nlink()Miklos Szeredi81-148/+163
2011-05-10treewide: fix a few typos in commentsJustin P. Mattock48-53/+53
2011-03-31Fix common misspellingsLucas De Marchi2463-4252/+4252
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-26fs: do not assign default i_ino in new_inodeChristoph Hellwig31-2/+36
2010-10-21BKL: remove BKL from freevxfsArnd Bergmann2-22/+2
2010-10-04BKL: Explicitly add BKL around get_sb/fill_superJan Blunck28-25/+187
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds205-2475/+2584
2010-08-09convert remaining ->clear_inode() to ->evict_inode()Al Viro34-59/+94
2010-06-16Merge branch 'master' into for-nextJiri Kosina3893-117180/+304732
2010-06-16fix typos concerning "initiali[zs]e"Uwe Kleine-König66-90/+90
2010-05-27fs/: do not fallback to default_llseek() when readdir() uses BKLjan Blunck8-0/+9
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo4208-717/+3717
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan173-93/+81
2009-06-12push BKL down into ->put_superChristoph Hellwig33-12/+133
[next]