| Age | Commit message (Expand) | Author | Files | Lines |
| 2018-06-12 | Revert "debugfs: inode: debugfs_create_dir uses mode permission from parent" | Linus Torvalds | 1 | -3/+1 |
| 2018-05-14 | debugfs: inode: debugfs_create_dir uses mode permission from parent | Thomas Richter | 1 | -1/+3 |
| 2018-05-14 | debugfs: Re-use kstrtobool_from_user() | Andy Shevchenko | 1 | -8/+2 |
| 2018-03-29 | debugfs_lookup(): switch to lookup_one_len_unlocked() | Al Viro | 1 | -4/+1 |
| 2018-02-11 | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds | 1 | -1/+1 |
| 2018-02-01 | use linux/poll.h instead of asm/poll.h | Al Viro | 1 | -1/+1 |
| 2017-11-27 | fs: annotate ->poll() instances | Al Viro | 1 | -1/+1 |
| 2017-11-27 | anntotate the places where ->poll() return values go | Al Viro | 1 | -1/+1 |
| 2017-11-07 | debugfs: Remove redundant license text | Greg Kroah-Hartman | 3 | -15/+0 |
| 2017-11-07 | debugfs: add SPDX identifiers to all debugfs files | Greg Kroah-Hartman | 3 | -0/+3 |
| 2017-11-07 | debugfs: defer debugfs_fsdata allocation to first usage | Nicolai Stange | 3 | -26/+73 |
| 2017-11-07 | debugfs: call debugfs_real_fops() only after debugfs_file_get() | Nicolai Stange | 1 | -3/+4 |
| 2017-11-07 | debugfs: purge obsolete SRCU based removal protection | Nicolai Stange | 2 | -55/+0 |
| 2017-11-07 | debugfs: convert to debugfs_file_get() and -put() | Nicolai Stange | 1 | -56/+50 |
| 2017-11-07 | debugfs: debugfs_real_fops(): drop __must_hold sparse annotation | Nicolai Stange | 1 | -5/+1 |
| 2017-11-07 | debugfs: implement per-file removal protection | Nicolai Stange | 3 | -6/+73 |
| 2017-11-07 | debugfs: add support for more elaborate ->d_fsdata | Nicolai Stange | 3 | -3/+35 |
| 2017-07-15 | Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 1 | -2/+0 |
| 2017-07-08 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -5/+5 |
| 2017-07-07 | dentry name snapshots | Al Viro | 1 | -5/+5 |
| 2017-07-06 | VFS: Don't use save/replace_mount_options if not using generic_show_options | David Howells | 1 | -2/+0 |
| 2017-05-16 | fs: fix the location of the kernel-api book | Mauro Carvalho Chehab | 1 | -1/+1 |
| 2017-05-16 | fs: update location of filesystems documentation | Mauro Carvalho Chehab | 1 | -1/+1 |
| 2017-04-26 | fs: constify tree_descr arrays passed to simple_fill_super() | Eric Biggers | 1 | -1/+1 |
| 2017-02-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 1 | -4/+4 |
| 2017-02-02 | debugfs: add debugfs_lookup() | Omar Sandoval | 1 | -0/+36 |
| 2017-02-02 | fs: Better permission checking for submounts | Eric W. Biederman | 1 | -4/+4 |
| 2016-10-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -2/+2 |
| 2016-10-10 | Merge remote-tracking branch 'ovl/rename2' into for-linus | Al Viro | 1 | -1/+1 |
| 2016-09-27 | fs: Replace current_fs_time() with current_time() | Deepa Dinamani | 1 | -1/+1 |
| 2016-09-27 | debugfs: propagate release() call result | Eric Engestrom | 1 | -1/+1 |
| 2016-09-27 | libfs: support RENAME_NOREPLACE in simple_rename() | Miklos Szeredi | 1 | -1/+1 |
| 2016-09-21 | debugfs: introduce a public file_operations accessor | Christian Lamparter | 1 | -8/+5 |
| 2016-08-31 | debugfs: remove extra debugfs_create_file_unsafe() declaration | Nicolai Stange | 1 | -4/+0 |
| 2016-06-30 | Merge branch 'd_real' of git://git.kernel.org/pub/scm/linux/kernel/git/mszere... | Al Viro | 1 | -3/+4 |
| 2016-06-15 | debugfs: open_proxy_open(): avoid double fops release | Nicolai Stange | 1 | -1/+0 |
| 2016-06-15 | debugfs: full_proxy_open(): free proxy on ->open() failure | Nicolai Stange | 1 | -2/+4 |
| 2016-05-29 | debugfs: ->d_parent is never NULL or negative | Al Viro | 1 | -7/+0 |
| 2016-04-19 | Merge 4.6-rc4 into driver-core-next | Greg Kroah-Hartman | 1 | -1/+1 |
| 2016-04-12 | debugfs: Make automount point inodes permanently empty | Seth Forshee | 1 | -1/+1 |
| 2016-04-12 | debugfs: unproxify files created through debugfs_create_u32_array() | Nicolai Stange | 1 | -1/+2 |
| 2016-04-12 | debugfs: unproxify files created through debugfs_create_blob() | Nicolai Stange | 1 | -3/+10 |
| 2016-04-12 | debugfs: unproxify files created through debugfs_create_bool() | Nicolai Stange | 1 | -21/+20 |
| 2016-04-12 | debugfs: unproxify integer attribute files | Nicolai Stange | 1 | -48/+75 |
| 2016-04-12 | debugfs: add support for self-protecting attribute file fops | Nicolai Stange | 2 | -0/+56 |
| 2016-04-12 | debugfs: prevent access to removed files' private data | Nicolai Stange | 3 | -27/+206 |
| 2016-04-12 | debugfs: prevent access to possibly dead file_operations at file open | Nicolai Stange | 3 | -2/+126 |
| 2016-03-29 | fs: debugfs: Replace CURRENT_TIME by current_fs_time() | Deepa Dinamani | 1 | -1/+2 |
| 2016-03-29 | debugfs: fix inode i_nlink references for automount dentry | Roman Pen | 1 | -0/+4 |
| 2016-01-22 | wrappers for ->i_mutex access | Al Viro | 1 | -11/+11 |
| 2015-11-11 | debugfs: fix refcount imbalance in start_creating | Daniel Borkmann | 1 | -1/+5 |
| 2015-10-18 | debugfs: Add debugfs_create_ulong() | Viresh Kumar | 1 | -0/+48 |
| 2015-10-17 | debugfs: Add read-only/write-only bool file ops | Stephen Boyd | 1 | -1/+14 |
| 2015-10-17 | debugfs: Add read-only/write-only size_t file ops | Stephen Boyd | 1 | -1/+4 |
| 2015-10-17 | debugfs: Add read-only/write-only x64 file ops | Stephen Boyd | 1 | -1/+4 |
| 2015-10-17 | debugfs: Consolidate file mode checks in debugfs_create_*() | Stephen Boyd | 1 | -66/+32 |
| 2015-10-04 | debugfs: document that debugfs_remove*() accepts NULL and error values | Ulf Magnusson | 1 | -2/+4 |
| 2015-10-04 | debugfs: Pass bool pointer to debugfs_create_bool() | Viresh Kumar | 1 | -3/+3 |
| 2015-07-20 | debugfs: Export bool read/write functions | Richard Fitzgerald | 1 | -6/+8 |
| 2015-07-04 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -8/+3 |
| 2015-07-03 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 1 | -7/+4 |
| 2015-07-01 | sysfs: Create mountpoints with sysfs_create_mount_point | Eric W. Biederman | 1 | -7/+4 |
| 2015-06-23 | make simple_positive() public | Al Viro | 1 | -8/+3 |
| 2015-05-10 | debugfs: switch to simple_follow_link() | Al Viro | 2 | -15/+3 |
| 2015-04-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2 | -29/+29 |
| 2015-04-16 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -1/+1 |
| 2015-04-15 | VFS: normal filesystems (and lustre): d_inode() annotations | David Howells | 2 | -29/+29 |
| 2015-04-15 | VFS: Fix up debugfs to use d_is_dir() in place of S_ISDIR() | David Howells | 1 | -1/+1 |
| 2015-04-03 | debugfs: allow bad parent pointers to be passed in | Greg KH | 1 | -0/+3 |
| 2015-02-22 | debugfs: leave freeing a symlink body until inode eviction | Al Viro | 1 | -17/+17 |
| 2015-02-22 | VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry) | David Howells | 1 | -1/+1 |
| 2015-02-17 | debugfs: Provide a file creation function that also takes an initial size | David Howells | 1 | -0/+40 |
| 2015-01-25 | new primitive: debugfs_create_automount() | Al Viro | 1 | -0/+48 |
| 2015-01-25 | debugfs: split end_creating() into success and failure cases | Al Viro | 1 | -14/+13 |
| 2015-01-25 | debugfs: take mode-dependent parts of debugfs_get_inode() into callers | Al Viro | 1 | -32/+16 |
| 2015-01-25 | fold debugfs_mknod() into callers | Al Viro | 1 | -37/+31 |
| 2015-01-25 | fold debugfs_create() into caller | Al Viro | 1 | -14/+3 |
| 2015-01-25 | fold debugfs_mkdir() into caller | Al Viro | 1 | -15/+6 |
| 2015-01-25 | debugfs_mknod(): get rid useless arguments | Al Viro | 1 | -17/+11 |
| 2015-01-25 | fold debugfs_link() into caller | Al Viro | 1 | -9/+2 |
| 2015-01-25 | debugfs: kill __create_file() | Al Viro | 1 | -38/+33 |
| 2015-01-25 | debugfs: split the beginning and the end of __create_file() off | Al Viro | 1 | -22/+39 |
| 2015-01-25 | debugfs_{mkdir,create,link}(): get rid of redundant argument | Al Viro | 1 | -8/+9 |
| 2014-12-14 | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -0/+54 |
| 2014-11-26 | debugfs: add helper function to create device related seq_file | Arend van Spriel | 1 | -0/+54 |
| 2014-11-19 | Merge tag 'trace-seq-file-cleanup' of git://git.kernel.org/pub/scm/linux/kern... | Al Viro | 1 | -7/+8 |
| 2014-11-05 | debugfs: Have debugfs_print_regs32() return void | Joe Perches | 1 | -7/+8 |
| 2014-11-03 | move d_rcu from overlapping d_child to overlapping d_alias | Al Viro | 1 | -1/+1 |
| 2014-07-09 | fs: debugfs: remove trailing whitespace | Rahul Bedarkar | 2 | -4/+4 |
| 2014-07-09 | debugfs: Fix corrupted loop in debugfs_remove_recursive | Steven Rostedt | 1 | -7/+26 |
| 2014-04-04 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 1 | -0/+1 |
| 2014-03-13 | fs: push sync_filesystem() down to the file system's remount_fs() | Theodore Ts'o | 1 | -0/+1 |
| 2014-02-19 | treewide: Fix typo in Documentation/DocBook | Masanari Iida | 1 | -3/+3 |
| 2013-11-13 | debugfs: use list_next_entry() in debugfs_remove_recursive() | Oleg Nesterov | 1 | -2/+1 |
| 2013-07-31 | debugfs: debugfs_remove_recursive() must not rely on list_empty(d_subdirs) | Oleg Nesterov | 1 | -47/+22 |
| 2013-06-03 | debugfs: write_file_bool() - ensure strtobool() operates on valid data | Mathias Krause | 1 | -0/+1 |
| 2013-06-03 | debugfs: add get/set for atomic types | Seth Jennings | 1 | -0/+42 |
| 2013-03-03 | fs: Limit sys_mount to only request filesystem modules. | Eric W. Biederman | 1 | -0/+1 |
| 2013-01-17 | Merge 3.9-rc4 into driver-core-next | Greg Kroah-Hartman | 1 | -1/+1 |
| 2013-01-17 | debugfs: remove redundant initialization of dentry | Sasha Levin | 1 | -1/+0 |
| 2013-01-11 | debugfs: convert gid= argument from decimal, not octal | Dave Reisner | 1 | -1/+1 |
| 2012-11-15 | fs/debugsfs: remove unnecessary inode->i_private initialization | Yan Hong | 1 | -1/+0 |
| 2012-10-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 1 | -8/+18 |
| 2012-10-01 | Merge tag 'driver-core-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -4/+4 |
| 2012-09-21 | debugfs: fix u32_array race in format_array_alloc | Linus Torvalds | 1 | -34/+23 |
| 2012-09-21 | debugfs: fix race in u32_array_read and allocate array at open | David Rientjes | 1 | -22/+11 |
| 2012-09-06 | userns: Convert debugfs to use kuid/kgid where appropriate. | Eric W. Biederman | 1 | -8/+18 |
| 2012-08-27 | debugfs: more tightly restrict default mount mode | Kees Cook | 1 | -1/+1 |
| 2012-08-16 | debugfs: make __create_file static | Chris Wright | 1 | -3/+3 |
| 2012-07-26 | Merge tag 'driver-core-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -2/+2 |
| 2012-07-14 | debugfs: get rid of useless arguments to debugfs_{mkdir,symlink} | Al Viro | 1 | -11/+9 |
| 2012-07-14 | debugfs: fold debugfs_create_by_name() into the only caller | Al Viro | 1 | -33/+20 |
| 2012-07-14 | debugfs: make sure that debugfs_create_file() gets used only for regulars | Al Viro | 1 | -22/+34 |
| 2012-06-13 | debugfs: change parameter check in debugfs_remove() functions | Arend van Spriel | 1 | -2/+2 |
| 2012-04-17 | debugfs: Add support to print u32 array in debugfs | Srivatsa Vaddagiri | 1 | -0/+128 |
| 2012-04-05 | simple_open: automatically convert to simple_open() | Stephen Boyd | 1 | -11/+3 |
| 2012-03-21 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -1/+1 |
| 2012-03-20 | debugfs-related mode_t whack-a-mole | Al Viro | 1 | -1/+1 |
| 2012-02-02 | Merge 3.3-rc2 into the driver-core-next branch. | Greg Kroah-Hartman | 1 | -1/+1 |
| 2012-01-26 | debugfs: add mode, uid and gid options | Ludwig Nussel | 1 | -1/+148 |
| 2012-01-23 | kernel-doc: fix new warnings in debugfs | Randy Dunlap | 1 | -1/+1 |
| 2012-01-08 | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 2 | -19/+19 |
| 2012-01-03 | switch debugfs to umode_t | Al Viro | 2 | -18/+18 |
| 2012-01-03 | vfs: for usbfs, etc. internal vfsmounts ->mnt_sb->s_root == ->mnt_root | Al Viro | 1 | -1/+1 |
| 2012-01-03 | debugfs: add missing #ifdef HAS_IOMEM | Heiko Carstens | 1 | -0/+4 |
| 2011-11-26 | debugfs: remove unneeded cast in debugfs_print_regs32() | Dan Carpenter | 1 | -1/+1 |
| 2011-11-22 | debugfs: bugfix: include <linux/io.h> in file.c | Alessandro Rubini | 1 | -0/+1 |
| 2011-11-18 | debugfs: print_regs32: make regs array a const pointer | Alessandro Rubini | 1 | -1/+1 |
| 2011-11-18 | debugfs: add tools to printk 32-bit registers | Alessandro Rubini | 1 | -0/+90 |
| 2011-08-22 | debugfs: Fix a comment mistake | Harry Wei | 1 | -1/+1 |
| 2011-05-13 | debugfs: Silence DEBUG_STRICT_USER_COPY_CHECKS=y warning | Stephen Boyd | 1 | -1/+1 |
| 2011-04-25 | debugfs: move to new strtobool | Jonathan Cameron | 1 | -13/+4 |
| 2011-02-18 | debugfs: Fix filesystem reference counting on debugfs_remove() failure | Jan Kara | 1 | -4/+7 |
| 2011-02-03 | debugfs: remove module_exit() | Amerigo Wang | 1 | -15/+0 |
| 2010-10-29 | convert get_sb_single() users | Al Viro | 1 | -4/+4 |
| 2010-10-25 | fs: do not assign default i_ino in new_inode | Christoph Hellwig | 1 | -0/+1 |
| 2010-10-15 | llseek: automatically add .llseek fop | Arnd Bergmann | 1 | -0/+3 |
| 2010-05-19 | Add x64 support to debugfs | Huang Ying | 1 | -1/+20 |
| 2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
| 2010-02-08 | Lose the new_name argument of fsnotify_move() | Al Viro | 1 | -1/+1 |
| 2010-01-26 | get rid of pointless checks after simple_pin_fs() | Al Viro | 1 | -9/+2 |
| 2009-12-11 | debugfs: fix create mutex racy fops and private data | Mathieu Desnoyers | 1 | -23/+32 |
| 2009-12-04 | fs/debugfs/inode.c: fix comment typos | Alberto Bertogli | 1 | -3/+3 |
| 2009-06-15 | debugfs: use specified mode to possibly mark files read/write only | Robin Getz | 1 | -0/+63 |
| 2009-06-15 | debugfs: fix docbook error | Jonathan Corbet | 1 | -1/+1 |
| 2009-06-15 | debugfs: dont stop on first failed recursive delete | Steven Rostedt | 1 | -0/+11 |
| 2009-03-23 | debugfs: function to know if debugfs is initialized | Frederic Weisbecker | 1 | -0/+16 |
| 2009-01-07 | debugfs: add helpers for exporting a size_t simple value | Inaky Perez-Gonzalez | 1 | -0/+32 |
| 2009-01-05 | zero i_uid/i_gid on inode allocation | Al Viro | 1 | -3/+0 |
| 2008-10-13 | integrity: special fs magic | Mimi Zohar | 1 | -2/+1 |
| 2008-07-21 | debugfs: Implement debugfs_remove_recursive() | Haavard Skinnemoen | 1 | -18/+96 |
| 2008-04-30 | DEBUGFS: Correct location of debugfs API documentation. | Robert P. J. Day | 1 | -1/+1 |
| 2008-03-04 | debugfs: fix sparse warnings | Harvey Harrison | 1 | -4/+0 |
| 2008-02-08 | libfs: allow error return from simple attributes | Christoph Hellwig | 1 | -12/+20 |
| 2008-01-24 | Kobject: convert fs/* from kobject_unregister() to kobject_put() | Greg Kroah-Hartman | 1 | -2/+2 |
| 2008-01-24 | kobject: convert kernel_kset to be a kobject | Greg Kroah-Hartman | 1 | -1/+1 |
| 2008-01-24 | kset: convert kernel_subsys to use kset_create | Greg Kroah-Hartman | 1 | -1/+1 |
| 2008-01-24 | kobject: convert debugfs to use kobject_create | Greg Kroah-Hartman | 1 | -7/+6 |
| 2008-01-24 | kobject: remove struct kobj_type from struct kset | Greg Kroah-Hartman | 1 | -2/+2 |
| 2007-10-21 | [PATCH] pass dentry to audit_inode()/audit_inode_child() | Al Viro | 1 | -1/+1 |
| 2007-10-15 | docbook: fix filesystems content | Randy Dunlap | 1 | -6/+35 |
| 2007-10-12 | debugfs: helper for decimal challenged | Robin Getz | 1 | -0/+36 |
| 2007-07-18 | debugfs: remove rmdir() non-empty complaint | Jens Axboe | 1 | -5/+0 |
| 2007-07-11 | debugfs: add rename for debugfs files | Jan Kara | 1 | -0/+63 |
| 2007-05-02 | remove "struct subsystem" as it is no longer needed | Greg Kroah-Hartman | 1 | -1/+1 |
| 2007-04-27 | debugfs: Add debugfs_create_u64() | Michael Ellerman | 1 | -0/+42 |
| 2007-02-16 | debugfs: Remove misleading comments. | Cornelia Huck | 1 | -9/+3 |
| 2007-02-16 | debugfs: implement symbolic links | Peter Oberparleiter | 2 | -4/+84 |
| 2007-02-12 | [PATCH] mark struct file_operations const 6 | Arjan van de Ven | 1 | -1/+1 |
| 2006-12-13 | DebugFS : file/directory removal fix | Mathieu Desnoyers | 1 | -0/+4 |
| 2006-12-13 | DebugFS : more file/directory creation error handling | Mathieu Desnoyers | 1 | -4/+10 |
| 2006-12-13 | DebugFS : file/directory creation error handling | Mathieu Desnoyers | 1 | -1/+3 |
| 2006-12-13 | DebugFS : coding style fixes | Mathieu Desnoyers | 1 | -2/+3 |
| 2006-12-13 | DebugFS : inotify create/mkdir support | Mathieu Desnoyers | 1 | -2/+10 |
| 2006-11-25 | [PATCH] debugfs: add header file | Randy Dunlap | 1 | -0/+1 |
| 2006-11-16 | debugfs: check return value correctly | Akinobu Mita | 1 | -2/+2 |
| 2006-10-03 | debugfs: spelling fix | Komal Shah | 1 | -1/+1 |
| 2006-10-01 | [PATCH] r/o bind mount prepwork: inc_nlink() helper | Dave Hansen | 1 | -2/+2 |
| 2006-09-27 | [PATCH] inode-diet: Eliminate i_blksize from the inode structure | Theodore Ts'o | 1 | -1/+0 |
| 2006-09-27 | [PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_private | Theodore Ts'o | 2 | -4/+4 |
| 2006-09-25 | Debugfs: kernel-doc fixes for debugfs | Randy Dunlap | 2 | -40/+31 |
| 2006-06-30 | Remove obsolete #include <linux/config.h> | Jörn Engel | 2 | -2/+0 |
| 2006-06-24 | Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ | Trond Myklebust | 1 | -4/+4 |
| 2006-06-23 | [PATCH] VFS: Permit filesystem to override root dentry on mount | David Howells | 1 | -4/+4 |
| 2006-06-09 | VFS: Unexport do_kern_mount() and clean up simple_pin_fs() | Trond Myklebust | 1 | -1/+1 |
| 2006-06-08 | [PATCH] debugfs inode leak | Jens Axboe | 1 | -1/+2 |
| 2006-03-28 | [PATCH] Make most file operations structs in fs/ const | Arjan van de Ven | 1 | -2/+2 |
| 2006-03-28 | [PATCH] mark f_ops const in the inode | Arjan van de Ven | 1 | -1/+1 |
| 2006-03-20 | [PATCH] debugfs: Add debugfs_create_blob() helper for exporting binary data | Michael Ellerman | 1 | -0/+46 |
| 2006-02-06 | [PATCH] debugfs: trivial comment fix | Vincent Hanquez | 1 | -3/+3 |
| 2006-01-09 | [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem | Jes Sorensen | 1 | -4/+4 |
| 2005-06-23 | [PATCH] remove duplicate get_dentry functions in various places | Christoph Hellwig | 1 | -11/+1 |
| 2005-06-20 | [PATCH] libfs: add simple attribute files | Arnd Bergmann | 1 | -38/+29 |
| 2005-04-16 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 3 | -0/+594 |