summaryrefslogtreecommitdiffstats
path: root/fs/libfs.c
Commit message (Expand)AuthorAgeFilesLines
* vfs: fix kerneldoc for generic_fh_to_parent()Yanchuan Nian2012-09-051-1/+1
* VFS: Pass mount flags to sget()David Howells2012-07-141-2/+2
* stop passing nameidata to ->lookup()Al Viro2012-07-141-1/+1
* vfs: make it possible to access the dentry hash/len as one 64-bit entryLinus Torvalds2012-05-101-2/+2
* dentry leak in simple_fill_super() failure exitAl Viro2012-04-091-0/+1
* libfs: add simple_open()Stephen Boyd2012-04-051-0/+8
* Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2012-03-241-1/+1
|\
| * fs: reduce the use of module.h wherever possiblePaul Gortmaker2012-02-281-1/+1
* | make simple_pin_fs() pass MS_KERNMOUNT - it's a kernel-internal oneAl Viro2012-03-201-1/+1
* | switch open-coded instances of d_make_root() to new helperAl Viro2012-03-201-4/+2
|/
* fs: move code out of buffer.cAl Viro2012-01-031-1/+1
* filesystems: add set_nlink()Miklos Szeredi2011-11-021-1/+1
* vfs: fix dentry leak in simple_fill_super()Konstantin Khlebnikov2011-11-021-1/+3
* fix IN_DELETE_SELF on overwriting rename() on ramfs et.al.Al Viro2011-07-221-1/+3
* fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2011-07-201-4/+12
* Make ->d_sb assign-once and always non-NULLAl Viro2011-07-201-3/+3
* fs/libfs.c: fix simple_attr_write() on 32bit machinesAkinobu Mita2011-07-191-1/+1
* pass default dentry_operations to mount_pseudo()Al Viro2011-01-121-1/+3
* fs: dcache reduce branches in lookup pathNick Piggin2011-01-071-1/+1
* fs: dcache remove dcache_lockNick Piggin2011-01-071-8/+0
* fs: dcache scale subdirsNick Piggin2011-01-071-6/+18
* fs: dcache scale d_unhashedNick Piggin2011-01-071-9/+20
* fs: change d_delete semanticsNick Piggin2011-01-071-1/+1
* convert get_sb_pseudo() usersAl Viro2010-10-291-8/+6
* new helper: ihold()Al Viro2010-10-251-1/+1
* fs: add sync_inode_metadataChristoph Hellwig2010-10-251-5/+1
* libfs: Fix shift bug in generic_check_addressable()Joel Becker2010-09-101-4/+4
* ext3/ext4: Factor out disk addressability checkPatrick J. LoPresti2010-09-101-0/+29
* check ATTR_SIZE contraints in inode_change_okChristoph Hellwig2010-08-091-49/+2
* default to simple_setattrChristoph Hellwig2010-08-091-5/+11
* rename generic_setattrChristoph Hellwig2010-08-091-2/+1
* wrong type for 'magic' argument in simple_fill_super()Roberto Sassu2010-06-041-1/+2
* fs: introduce new truncate sequencenpiggin@suse.de2010-05-271-0/+76
* rename the generic fsync implementationsChristoph Hellwig2010-05-271-9/+21
* drop unused dentry argument to ->fsyncChristoph Hellwig2010-05-271-3/+3
* FS / libfs: Implement simple_write_to_bufferJiri Slaby2010-05-101-0/+35
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* libfs: Unexport and kill simple_prepare_writeBoaz Harrosh2010-03-031-16/+6
* libfs: Open code simple_commit_write into only userBoaz Harrosh2010-03-031-24/+35
* libfs: move EXPORT_SYMBOL for d_alloc_nameH Hartley Sweeten2009-12-161-1/+0
* libfs: return error code on failed attr setWu Fengguang2009-09-241-2/+3
* libfs: make simple_read_from_buffer conventionalSteven Rostedt2009-09-241-2/+6
* vfs: make get_sb_pseudo set s_maxbytes to value that can be cast to signedJeff Layton2009-08-181-1/+1
* New helper - simple_fsync()Al Viro2009-06-111-0/+25
* Convert obvious places to deactivate_locked_super()Al Viro2009-05-091-2/+1
* kmemtrace, fs: uninline simple_transaction_set()Ingo Molnar2009-04-031-0/+16
* vfs: simple_set_mnt() should return voidSukadev Bhattiprolu2009-03-271-1/+2
* constify dentry_operations: restAl Viro2009-03-271-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2009-01-051-5/+0
|\
| * zero i_uid/i_gid on inode allocationAl Viro2009-01-051-5/+0