| Age | Commit message (Expand) | Author | Files | Lines |
| 2023-06-09 | fs: factor out a direct_write_fallback helper | Christoph Hellwig | 1 | -0/+41 |
| 2023-04-03 | fs: consolidate duplicate dt_type helpers | Jeff Layton | 1 | -7/+2 |
| 2023-02-20 | Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -10/+10 |
| 2023-01-26 | fs: uninline inode_query_iversion | Jeff Layton | 1 | -0/+36 |
| 2023-01-19 | fs: port ->rename() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
| 2023-01-19 | fs: port ->getattr() to pass mnt_idmap | Christian Brauner | 1 | -4/+4 |
| 2023-01-19 | fs: port ->setattr() to pass mnt_idmap | Christian Brauner | 1 | -5/+5 |
| 2022-11-30 | libfs: add DEFINE_SIMPLE_ATTRIBUTE_SIGNED for signed value | Akinobu Mita | 1 | -3/+19 |
| 2022-10-03 | fs: uninline inode_maybe_inc_iversion() | Andrew Morton | 1 | -0/+46 |
| 2022-05-09 | fs: Convert simple_readpage to simple_read_folio | Matthew Wilcox (Oracle) | 1 | -7/+7 |
| 2022-05-08 | fs: Remove flags parameter from aops->write_begin | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2022-05-08 | fs: Remove aop flags parameter from grab_cache_page_write_begin() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2022-03-16 | fs: Convert __set_page_dirty_no_writeback to noop_dirty_folio | Matthew Wilcox (Oracle) | 1 | -2/+2 |
| 2022-03-15 | fs: Remove noop_invalidatepage() | Matthew Wilcox (Oracle) | 1 | -11/+0 |
| 2022-01-20 | unicode: clean up the Kconfig symbol confusion | Christoph Hellwig | 1 | -5/+5 |
| 2021-11-03 | libfs: Support RENAME_EXCHANGE in simple_rename() | Lorenz Bauer | 1 | -1/+4 |
| 2021-11-03 | libfs: Move shmem_exchange to simple_rename_exchange | Lorenz Bauer | 1 | -0/+24 |
| 2021-06-29 | fs: remove noop_set_page_dirty() | Matthew Wilcox (Oracle) | 1 | -16/+0 |
| 2021-06-29 | fs: remove anon_set_page_dirty() | Matthew Wilcox (Oracle) | 1 | -10/+1 |
| 2021-06-29 | fs: move ramfs_aops to libfs | Christoph Hellwig | 1 | -4/+13 |
| 2021-03-23 | libfs: fix kernel-doc for mnt_userns | Randy Dunlap | 1 | -0/+1 |
| 2021-02-23 | Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -12/+16 |
| 2021-02-21 | Merge tag 'selinux-pr-20210215' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -5/+0 |
| 2021-02-21 | Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -1/+1 |
| 2021-01-27 | libfs: unexport generic_ci_d_compare() and generic_ci_d_hash() | Eric Biggers | 1 | -5/+3 |
| 2021-01-27 | block: use an on-stack bio in blkdev_issue_flush | Christoph Hellwig | 1 | -1/+1 |
| 2021-01-24 | fs: make helpers idmap mount aware | Christian Brauner | 1 | -16/+15 |
| 2021-01-24 | stat: handle idmapped mounts | Christian Brauner | 1 | -2/+2 |
| 2021-01-24 | attr: handle idmapped mounts | Christian Brauner | 1 | -2/+2 |
| 2021-01-24 | namei: make permission helpers idmapped mount aware | Christian Brauner | 1 | -1/+6 |
| 2021-01-14 | fs: add LSM-supporting anon-inode interface | Daniel Colascione | 1 | -5/+0 |
| 2020-12-17 | Merge tag 'f2fs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+70 |
| 2020-12-02 | libfs: Add generic function for setting dentry_ops | Daniel Rosenberg | 1 | -0/+70 |
| 2020-11-22 | libfs: fix error cast of negative value in simple_attr_write() | Yicong Yang | 1 | -2/+4 |
| 2020-09-10 | fs: Add standard casefolding support | Daniel Rosenberg | 1 | -0/+87 |
| 2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -2/+2 |
| 2020-05-22 | block: remove the error_sector argument to blkdev_issue_flush | Christoph Hellwig | 1 | -1/+1 |
| 2020-03-24 | libfs: fix infoleak in simple_attr_read() | Eric Biggers | 1 | -3/+5 |
| 2019-12-10 | simple_recursive_removal(): kernel-side rm -rf for ramfs-style filesystems | Al Viro | 1 | -0/+70 |
| 2019-10-14 | fs/libfs.c: fix kernel-doc warning | Randy Dunlap | 1 | -2/+1 |
| 2019-10-09 | libfs: take cursors out of list when moving past the end of directory | Al Viro | 1 | -24/+25 |
| 2019-09-22 | Fix the locking in dcache_readdir() and friends | Al Viro | 1 | -65/+69 |
| 2019-07-19 | Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 1 | -33/+49 |
| 2019-07-04 | convenience helper get_tree_nodev() | Al Viro | 1 | -1/+1 |
| 2019-05-25 | vfs: Use sget_fc() for pseudo-filesystems | David Howells | 1 | -14/+10 |
| 2019-05-25 | fold mount_pseudo_xattr() into pseudo_fs_get_tree() | Al Viro | 1 | -54/+34 |
| 2019-05-25 | vfs: Provide a mount_pseudo-replacement for the new mount API | David Howells | 1 | -0/+46 |
| 2019-05-25 | mount_pseudo(): drop 'name' argument, switch to d_make_root() | Al Viro | 1 | -9/+3 |
| 2019-05-21 | treewide: Add SPDX license identifier for missed files | Thomas Gleixner | 1 | -0/+1 |
| 2019-05-07 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -0/+14 |
| 2019-04-30 | libfs: document simple_get_link() | Eric Biggers | 1 | -0/+14 |
| 2019-04-08 | fs: mark expected switch fall-throughs | Gustavo A. R. Silva | 1 | -0/+2 |
| 2018-03-30 | fs, dax: prepare for dax-specific address_space_operations | Dan Williams | 1 | -0/+39 |
| 2017-11-27 | Rename superblock flags (MS_xyz -> SB_xyz) | Linus Torvalds | 1 | -3/+3 |
| 2017-07-06 | fs: convert __generic_file_fsync to use errseq_t based reporting | Jeff Layton | 1 | -4/+6 |
| 2017-07-06 | fs: check for writeback errors after syncing out buffers in generic_file_fsync | Jeff Layton | 1 | -1/+3 |
| 2017-04-26 | fs: constify tree_descr arrays passed to simple_fill_super() | Eric Biggers | 1 | -1/+1 |
| 2017-03-03 | Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -6/+6 |
| 2017-03-02 | statx: Add a system call to make enhanced file info available | David Howells | 1 | -6/+6 |
| 2017-03-02 | sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h> | Ingo Molnar | 1 | -0/+1 |
| 2017-01-10 | libfs: Modify mount_pseudo_xattr to be clear it is not a userspace mount | Eric W. Biederman | 1 | -1/+2 |
| 2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 1 | -1/+1 |
| 2016-12-17 | Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/... | Linus Torvalds | 1 | -1/+0 |
| 2016-12-10 | simple_write_end(): don't zero in short copy into uptodate | Al Viro | 1 | -6/+8 |
| 2016-12-09 | vfs: remove ".readlink = generic_readlink" assignments | Miklos Szeredi | 1 | -1/+0 |
| 2016-10-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -8/+12 |
| 2016-10-10 | Merge remote-tracking branch 'ovl/rename2' into for-linus | Al Viro | 1 | -1/+5 |
| 2016-10-10 | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 1 | -24/+5 |
| 2016-10-07 | libfs: Use IOP_XATTR flag for empty directory handling | Andreas Gruenbacher | 1 | -21/+1 |
| 2016-10-06 | sockfs: Get rid of getxattr iop | Andreas Gruenbacher | 1 | -3/+4 |
| 2016-09-27 | fs: Replace CURRENT_TIME with current_time() for inode timestamps | Deepa Dinamani | 1 | -7/+7 |
| 2016-09-27 | libfs: support RENAME_NOREPLACE in simple_rename() | Miklos Szeredi | 1 | -1/+5 |
| 2016-09-22 | fs: Give dentry to inode_change_ok() instead of inode | Jan Kara | 1 | -1/+1 |
| 2016-06-20 | lockless next_positive() | Al Viro | 1 | -5/+27 |
| 2016-06-20 | libfs.c: new helper - next_positive() | Al Viro | 1 | -30/+47 |
| 2016-06-20 | dcache_{readdir,dir_lseek}(): don't bother with nested ->d_lock | Al Viro | 1 | -9/+3 |
| 2016-06-10 | much milder d_walk() race | Al Viro | 1 | -3/+1 |
| 2016-05-27 | switch ->setxattr() to passing dentry and inode separately | Al Viro | 1 | -2/+3 |
| 2016-05-09 | more trivial ->iterate_shared conversions | Al Viro | 1 | -1/+1 |
| 2016-05-02 | dcache_{readdir,dir_lseek}() users: switch to ->iterate_shared | Al Viro | 1 | -4/+1 |
| 2016-05-02 | Merge getxattr prototype change into work.lookups | Al Viro | 1 | -2/+2 |
| 2016-04-11 | ->getxattr(): pass dentry and inode as separate arguments | Al Viro | 1 | -2/+2 |
| 2016-04-04 | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 1 | -12/+12 |
| 2016-01-22 | wrappers for ->i_mutex access | Al Viro | 1 | -5/+5 |
| 2015-12-30 | switch ->get_link() to delayed_call, kill ->put_link() | Al Viro | 1 | -4/+5 |
| 2015-12-29 | kill free_page_put_link() | Al Viro | 1 | -6/+0 |
| 2015-12-08 | replace ->follow_link() with new method that could stay in RCU mode | Al Viro | 1 | -4/+5 |
| 2015-08-12 | fs: Set the size of empty dirs to 0. | Eric W. Biederman | 1 | -1/+1 |
| 2015-07-04 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -5/+0 |
| 2015-07-03 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 1 | -0/+95 |
| 2015-07-01 | fs: Add helper functions for permanently empty directories. | Eric W. Biederman | 1 | -0/+96 |
| 2015-06-23 | make simple_positive() public | Al Viro | 1 | -5/+0 |
| 2015-05-11 | new helper: free_page_put_link() | Al Viro | 1 | -0/+6 |
| 2015-05-11 | switch ->put_link() from dentry to inode | Al Viro | 1 | -1/+1 |
| 2015-05-10 | don't pass nameidata to ->follow_link() | Al Viro | 1 | -1/+1 |
| 2015-05-10 | new ->follow_link() and ->put_link() calling conventions | Al Viro | 1 | -8/+4 |
| 2015-05-10 | libfs: simple_follow_link() | Al Viro | 1 | -0/+13 |
| 2015-04-15 | VFS: fs library helpers: d_inode() annotations | David Howells | 1 | -13/+13 |
| 2015-02-22 | VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry) | David Howells | 1 | -1/+1 |
| 2015-02-05 | vfs: add support for a lazytime mount option | Theodore Ts'o | 1 | -1/+1 |
| 2014-11-03 | move d_rcu from overlapping d_child to overlapping d_alias | Al Viro | 1 | -6/+6 |
| 2014-10-07 | locks: plumb a "priv" pointer into the setlease routines | Jeff Layton | 1 | -1/+3 |
| 2014-09-09 | locks: consolidate "nolease" routines | Jeff Layton | 1 | -0/+16 |
| 2014-06-04 | fs/libfs.c: add generic data flush to fsync | Fabian Frederick | 1 | -3/+31 |
| 2013-11-15 | consolidate simple ->d_delete() instances | Al Viro | 1 | -5/+7 |
| 2013-11-09 | take anon inode allocation to libfs.c | Al Viro | 1 | -0/+43 |
| 2013-10-24 | new helper: kfree_put_link() | Al Viro | 1 | -0/+10 |
| 2013-10-24 | libfs: get exports to definitions of objects being exported... | Al Viro | 1 | -35/+34 |
| 2013-07-14 | make simple_lookup() usable for filesystems that set ->s_d_op | Al Viro | 1 | -1/+2 |
| 2013-06-29 | [readdir] switch dcache_readdir() users to ->iterate() | Al Viro | 1 | -50/+30 |
| 2012-12-20 | vfs: drop vmtruncate | Marco Stornelli | 1 | -2/+0 |
| 2012-12-17 | lseek: the "whence" argument is called "whence" | Andrew Morton | 1 | -2/+2 |
| 2012-09-05 | vfs: fix kerneldoc for generic_fh_to_parent() | Yanchuan Nian | 1 | -1/+1 |
| 2012-07-14 | VFS: Pass mount flags to sget() | David Howells | 1 | -2/+2 |
| 2012-07-14 | stop passing nameidata to ->lookup() | Al Viro | 1 | -1/+1 |
| 2012-05-10 | vfs: make it possible to access the dentry hash/len as one 64-bit entry | Linus Torvalds | 1 | -2/+2 |
| 2012-04-09 | dentry leak in simple_fill_super() failure exit | Al Viro | 1 | -0/+1 |
| 2012-04-05 | libfs: add simple_open() | Stephen Boyd | 1 | -0/+8 |
| 2012-03-24 | Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 1 | -1/+1 |
| 2012-03-20 | make simple_pin_fs() pass MS_KERNMOUNT - it's a kernel-internal one | Al Viro | 1 | -1/+1 |
| 2012-03-20 | switch open-coded instances of d_make_root() to new helper | Al Viro | 1 | -4/+2 |
| 2012-02-28 | fs: reduce the use of module.h wherever possible | Paul Gortmaker | 1 | -1/+1 |
| 2012-01-03 | fs: move code out of buffer.c | Al Viro | 1 | -1/+1 |
| 2011-11-02 | filesystems: add set_nlink() | Miklos Szeredi | 1 | -1/+1 |
| 2011-11-02 | vfs: fix dentry leak in simple_fill_super() | Konstantin Khlebnikov | 1 | -1/+3 |
| 2011-07-22 | fix IN_DELETE_SELF on overwriting rename() on ramfs et.al. | Al Viro | 1 | -1/+3 |
| 2011-07-20 | fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers | Josef Bacik | 1 | -4/+12 |
| 2011-07-20 | Make ->d_sb assign-once and always non-NULL | Al Viro | 1 | -3/+3 |
| 2011-07-19 | fs/libfs.c: fix simple_attr_write() on 32bit machines | Akinobu Mita | 1 | -1/+1 |
| 2011-01-12 | pass default dentry_operations to mount_pseudo() | Al Viro | 1 | -1/+3 |
| 2011-01-07 | fs: dcache reduce branches in lookup path | Nick Piggin | 1 | -1/+1 |
| 2011-01-07 | fs: dcache remove dcache_lock | Nick Piggin | 1 | -8/+0 |
| 2011-01-07 | fs: dcache scale subdirs | Nick Piggin | 1 | -6/+18 |
| 2011-01-07 | fs: dcache scale d_unhashed | Nick Piggin | 1 | -9/+20 |
| 2011-01-07 | fs: change d_delete semantics | Nick Piggin | 1 | -1/+1 |
| 2010-10-29 | convert get_sb_pseudo() users | Al Viro | 1 | -8/+6 |
| 2010-10-25 | new helper: ihold() | Al Viro | 1 | -1/+1 |
| 2010-10-25 | fs: add sync_inode_metadata | Christoph Hellwig | 1 | -5/+1 |
| 2010-09-10 | libfs: Fix shift bug in generic_check_addressable() | Joel Becker | 1 | -4/+4 |
| 2010-09-10 | ext3/ext4: Factor out disk addressability check | Patrick J. LoPresti | 1 | -0/+29 |
| 2010-08-09 | check ATTR_SIZE contraints in inode_change_ok | Christoph Hellwig | 1 | -49/+2 |
| 2010-08-09 | default to simple_setattr | Christoph Hellwig | 1 | -5/+11 |
| 2010-08-09 | rename generic_setattr | Christoph Hellwig | 1 | -2/+1 |
| 2010-06-04 | wrong type for 'magic' argument in simple_fill_super() | Roberto Sassu | 1 | -1/+2 |
| 2010-05-27 | fs: introduce new truncate sequence | npiggin@suse.de | 1 | -0/+76 |
| 2010-05-27 | rename the generic fsync implementations | Christoph Hellwig | 1 | -9/+21 |
| 2010-05-27 | drop unused dentry argument to ->fsync | Christoph Hellwig | 1 | -3/+3 |
| 2010-05-10 | FS / libfs: Implement simple_write_to_buffer | Jiri Slaby | 1 | -0/+35 |
| 2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
| 2010-03-03 | libfs: Unexport and kill simple_prepare_write | Boaz Harrosh | 1 | -16/+6 |
| 2010-03-03 | libfs: Open code simple_commit_write into only user | Boaz Harrosh | 1 | -24/+35 |
| 2009-12-16 | libfs: move EXPORT_SYMBOL for d_alloc_name | H Hartley Sweeten | 1 | -1/+0 |
| 2009-09-24 | libfs: return error code on failed attr set | Wu Fengguang | 1 | -2/+3 |
| 2009-09-24 | libfs: make simple_read_from_buffer conventional | Steven Rostedt | 1 | -2/+6 |
| 2009-08-18 | vfs: make get_sb_pseudo set s_maxbytes to value that can be cast to signed | Jeff Layton | 1 | -1/+1 |
| 2009-06-11 | New helper - simple_fsync() | Al Viro | 1 | -0/+25 |
| 2009-05-09 | Convert obvious places to deactivate_locked_super() | Al Viro | 1 | -2/+1 |
| 2009-04-03 | kmemtrace, fs: uninline simple_transaction_set() | Ingo Molnar | 1 | -0/+16 |
| 2009-03-27 | vfs: simple_set_mnt() should return void | Sukadev Bhattiprolu | 1 | -1/+2 |
| 2009-03-27 | constify dentry_operations: rest | Al Viro | 1 | -1/+1 |
| 2009-01-05 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -5/+0 |
| 2009-01-05 | zero i_uid/i_gid on inode allocation | Al Viro | 1 | -5/+0 |
| 2009-01-04 | fs: symlink write_begin allocation context fix | Nick Piggin | 1 | -1/+1 |
| 2008-10-30 | fs: remove prepare_write/commit_write | Nick Piggin | 1 | -1/+1 |
| 2008-10-23 | [PATCH] new helper: d_obtain_alias | Christoph Hellwig | 1 | -24/+2 |
| 2008-07-30 | VFS: increase pseudo-filesystem block size to PAGE_SIZE | Alex Nixon | 1 | -2/+2 |
| 2008-07-04 | add kernel-doc for simple_read_from_buffer and memory_read_from_buffer | Akinobu Mita | 1 | -0/+28 |
| 2008-06-06 | introduce memory_read_from_buffer() | Akinobu Mita | 1 | -0/+18 |
| 2008-02-08 | libfs: rename simple_attr_close to simple_attr_release | Christoph Hellwig | 1 | -2/+2 |
| 2008-02-08 | libfs: make simple attributes interruptible | Christoph Hellwig | 1 | -2/+8 |
| 2008-02-08 | libfs: allow error return from simple attributes | Christoph Hellwig | 1 | -8/+13 |
| 2008-02-05 | Pagecache zeroing: zero_user_segment, zero_user_segments and zero_user | Christoph Lameter | 1 | -7/+4 |
| 2007-10-22 | exportfs: add new methods | Christoph Hellwig | 1 | -0/+88 |
| 2007-10-17 | make fs/libfs.c:simple_commit_write() static | Adrian Bunk | 1 | -3/+2 |
| 2007-10-16 | fs: introduce write_begin, write_end, and perform_write aops | Nick Piggin | 1 | -0/+44 |
| 2007-05-09 | fs/libfs.c: >80 columns line break fix | Ronni Nielsen | 1 | -1/+4 |
| 2007-05-08 | inode numbering: change libfs sb creation routines to avoid collisions with t... | Jeff Layton | 1 | -0/+23 |
| 2007-03-05 | [PATCH] shmem and simple const super_operations | Hugh Dickins | 1 | -4/+6 |
| 2007-02-20 | [PATCH] fs: fix libfs data leak | Nick Piggin | 1 | -2/+3 |
| 2007-02-12 | [PATCH] Mark struct super_operations const | Josef 'Jeff' Sipek | 1 | -2/+2 |
| 2007-02-12 | [PATCH] mark struct inode_operations const 2 | Arjan van de Ven | 1 | -1/+1 |
| 2006-12-08 | [PATCH] VFS: change struct file to use struct path | Josef "Jeff" Sipek | 1 | -7/+7 |
| 2006-10-01 | [PATCH] r/o bind mount prepwork: inc_nlink() helper | Dave Hansen | 1 | -2/+2 |
| 2006-10-01 | [PATCH] r/o bind mounts: unlink: monitor i_nlink | Dave Hansen | 1 | -5/+5 |
| 2006-09-29 | [PATCH] libfs: remove page up-to-date check from simple_readpage | Pekka J Enberg | 1 | -9/+1 |
| 2006-09-27 | [PATCH] inode-diet: Eliminate i_blksize from the inode structure | Theodore Ts'o | 1 | -2/+0 |
| 2006-09-27 | [PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_private | Theodore Ts'o | 1 | -1/+1 |
| 2006-06-26 | [PATCH] core: use list_move() | Akinobu Mita | 1 | -6/+4 |
| 2006-06-24 | Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ | Trond Myklebust | 1 | -8/+8 |
| 2006-06-23 | [PATCH] VFS: Permit filesystem to perform statfs with a known root dentry | David Howells | 1 | -2/+2 |
| 2006-06-23 | [PATCH] VFS: Permit filesystem to override root dentry on mount | David Howells | 1 | -6/+6 |
| 2006-06-09 | VFS: Unexport do_kern_mount() and clean up simple_pin_fs() | Trond Myklebust | 1 | -2/+2 |
| 2006-03-28 | [PATCH] Make most file operations structs in fs/ const | Arjan van de Ven | 1 | -1/+1 |
| 2006-03-23 | [PATCH] sem2mutex: fs/libfs.c | Ingo Molnar | 1 | -6/+8 |
| 2006-02-03 | [PATCH] debugfs: hard link count wrong | Vincent Hanquez | 1 | -0/+1 |
| 2006-01-09 | [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem | Jes Sorensen | 1 | -4/+4 |
| 2006-01-08 | [PATCH] shrink dentry struct | Eric Dumazet | 1 | -6/+6 |
| 2005-06-25 | [PATCH] fix fsync(dir) return value for ram-based filesystems | Hugh Dickins | 1 | -0/+1 |
| 2005-06-20 | [PATCH] libfs: add simple attribute files | Arnd Bergmann | 1 | -0/+100 |
| 2005-04-16 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 1 | -0/+549 |