- 4080509 configfs: fix a race in configfs_{,un}register_subsystem() by ChenXiaoSong · 2 years, 11 months ago
- c575c54 configfs: fix memleak in configfs_release_bin_file by Chung-Chiang Cheng · 3 years, 6 months ago
- 6f5c47f configfs: fix a use-after-free in __configfs_open_file by Daiyue Zhang · 3 years, 10 months ago
- 1957df4 configfs: fix config_item refcnt leak in configfs_rmdir() by Xiyu Yang · 4 years, 8 months ago
- fa33be1 configfs: fix a deadlock in configfs_symlink() by Al Viro · 5 years ago
- 49824b5 configfs: provide exclusion between IO and removals by Al Viro · 5 years ago
- 77590eb configfs: new object reprsenting tree fragments by Al Viro · 5 years ago
- 41faa5d configfs_register_group() shouldn't be (and isn't) called in rmdirable parts by Al Viro · 5 years ago
- 0c5b0cb configfs: stash the data we need into configfs_buffer at open time by Al Viro · 5 years ago
- 539938d configfs: Fix bool initialization/comparison by Thomas Meyer · 7 years ago
- 79cb505 configfs: Fix use-after-free when accessing sd->s_dentry by Sahitya Tummala · 6 years ago
- a468110 configfs: fix possible use-after-free in configfs_register_group by YueHaibing · 6 years ago
- 8f1756a configfs: replace strncpy with memcpy by Guenter Roeck · 6 years ago
- 5e790d7 configfs: fix registered group removal by Mike Christie · 6 years ago
- a6d6282 configfs: Fix race between create_link and configfs_rmdir by Nicholas Bellinger · 8 years ago
- 3873691 Merge remote-tracking branch 'ovl/rename2' into for-linus by Al Viro · 8 years ago
- c2050a4 fs: Replace current_fs_time() with current_time() by Deepa Dinamani · 8 years ago
- 42857cf configfs: Return -EFBIG from configfs_write_bin_file. by Phil Turnbull · 8 years ago
- 3dc3afa configfs: don't set buffer_needs_fill to zero if show() returns error by Tal Shorer · 8 years ago
- f860898 configfs: Remove ppos increment in configfs_write_bin_file by Marek Vasut · 9 years ago
- a01b300 configfs_readdir(): make safe under shared lock by Al Viro · 9 years ago
- 9902af7 parallel lookups: actual switch to rwsem by Al Viro · 9 years ago
- 48f35b7 configfs_detach_prep(): make sure that wait_mutex won't go away by Al Viro · 9 years ago
- 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
- 3c2de27 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
- 5cf3b56 configfs: move d_rehash() into configfs_create() for regular files by Al Viro · 9 years ago
- 1ae1602 configfs: switch ->default groups to a linked list by Christoph Hellwig · 9 years ago
- b1f1a29 configfs: Replace CURRENT_TIME by current_fs_time() by Deepa Dinamani · 9 years ago
- 5955102 wrappers for ->i_mutex access by Al Viro · 9 years ago
- 71e4634 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 9 years ago
- 420d12d Merge tag 'configfs-for-linus' of git://git.infradead.org/users/hch/configfs by Linus Torvalds · 9 years ago
- 03607ac configfs: implement binary attributes by Pantelis Antoniou · 9 years ago
- fceef39 switch ->get_link() to delayed_call, kill ->put_link() by Al Viro · 9 years ago
- cd3417c kill free_page_put_link() by Al Viro · 9 years ago
- d79d75b fs: configfs: Add unlocked version of configfs_depend_item() by Krzysztof Opasiak · 9 years ago
- 9a70adf fs: configfs: Factor out configfs_find_subsys_dentry() by Krzysztof Opasiak · 9 years ago
- 9fb434e fs: configfs: Factor out configfs_do_depend_item() by Krzysztof Opasiak · 9 years ago
- 9a9e341 fs: configfs: Drop unused parameter from configfs_undepend_item() by Krzysztof Opasiak · 9 years ago
- 6b25539 replace ->follow_link() with new method that could stay in RCU mode by Al Viro · 9 years ago
- 5cf6a51 configfs: allow dynamic group creation by Daniel Baluta · 9 years ago
- 5179822 configfs: remove old API by Christoph Hellwig · 9 years ago
- 870823e configfs: add show and store methods to struct configfs_attribute by Christoph Hellwig · 9 years ago
- 3958b79 configfs: fix kernel infoleak through user-controlled format string by Nicolas Iooss · 9 years ago
- 1dc51b8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
- 0cbee99 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 9 years ago
- f9bb488 sysfs: Create mountpoints with sysfs_create_mount_point by Eric W. Biederman · 10 years ago
- 5286d20 configfs: unexport/make static config_item_init() by Fabian Frederick · 10 years ago
- dc3f419 make simple_positive() public by Al Viro · 10 years ago
- ecc087f new helper: free_page_put_link() by Al Viro · 10 years ago
- 5f2c417 switch ->put_link() from dentry to inode by Al Viro · 10 years ago
- 6e77137 don't pass nameidata to ->follow_link() by Al Viro · 10 years ago
- 680baac new ->follow_link() and ->put_link() calling conventions by Al Viro · 10 years ago
- f5b6977 configfs: init configfs module earlier at boot time by Daniel Baluta · 10 years ago
- 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 10 years ago
- 6683de3 configfs: Fix inconsistent use of file_inode() vs file->f_path.dentry->d_inode by David Howells · 10 years ago
- 112fc89 configfs: Fix potential NULL d_inode dereference by David Howells · 10 years ago
- 28444a2 configfs_add_file: fold into its sole caller by Al Viro · 10 years ago
- 1cf97d0 configfs: fold create_dir() into its only caller by Al Viro · 10 years ago
- c88b1e7 configfs: configfs_create() init callback is never NULL and it never fails by Al Viro · 10 years ago
- b83ae6d fs: remove mapping->backing_dev_info by Christoph Hellwig · 10 years ago
- b4caecd fs: introduce f_op->mmap_capabilities for nommu mmap support by Christoph Hellwig · 10 years ago
- a455589 assorted conversions to %p[dD] by Al Viro · 10 years ago
- 1d88aa4 fs/configfs: use pr_fmt by Fabian Frederick · 11 years ago
- c668693 fs/configfs: convert printk to pr_foo() by Fabian Frederick · 11 years ago
- f6b1fe7 fs/configs/item.c: kernel-doc fixes + clean-up by Fabian Frederick · 11 years ago
- 76ae281 configfs: fix race between dentry put and lookup by Junxiao Bi · 11 years ago
- b26d4cd consolidate simple ->d_delete() instances by Al Viro · 11 years ago
- 41d9884c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
- ec193cf configfs: don't open-code d_alloc_name() by Al Viro · 11 years ago
- c75e247 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
- 7121064 configfs: use capped length for ->store_attribute() by Dan Carpenter · 11 years ago
- 5201885 [readdir] convert configfs by Al Viro · 12 years ago
- 7f78e03 fs: Limit sys_mount to only request filesystem modules. by Eric W. Biederman · 12 years ago
- d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
- 496ad9a new helper: file_inode(file) by Al Viro · 12 years ago
- 49deb4b configfs: move the dereference below the NULL test by Wei Yongjun · 12 years ago
- 965c8e5 lseek: the "whence" argument is called "whence" by Andrew Morton · 12 years ago
- 69552c0 userns: Convert configfs to use kuid and kgid where appropriate by Eric W. Biederman · 13 years ago
- 00cd8dd stop passing nameidata to ->lookup() by Al Viro · 13 years ago
- 2a152ad make configfs_pin_fs() return root dentry on success by Al Viro · 13 years ago
- 0dd6c08 configfs: configfs_create_dir() has parent dentry in dentry->d_parent by Al Viro · 13 years ago
- 16d13b5 configfs: sanitize configfs_create() by Al Viro · 13 years ago
- b7c177f configfs: kill configfs_sb by Al Viro · 13 years ago
- 81d44ed1 configfs: don't bother with checks for mkdir/rmdir/unlink/symlink in root by Al Viro · 13 years ago
- 48fde70 switch open-coded instances of d_make_root() to new helper by Al Viro · 13 years ago
- 4394751 configfs: convert to umode_t by Al Viro · 13 years ago
- 18bb1db switch vfs_mkdir() and ->mkdir() to umode_t by Al Viro · 13 years ago
- c972b4b vfs: live vfsmounts never have NULL ->mnt_sb by Al Viro · 13 years ago
- 4c1d5a6 vfs: for usbfs, etc. internal vfsmounts ->mnt_sb->s_root == ->mnt_root by Al Viro · 13 years ago
- 7c6455e configfs: register_filesystem() called too early by Al Viro · 13 years ago
- 395cf96 doc: fix broken references by Paul Bolle · 13 years ago
- 9870246 configfs: remove unnecessary dentry_unhash on rmdir, dir rename by Sage Weil · 14 years ago
- 32e51f1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
- 79bf7c7 vfs: push dentry_unhash on rmdir into file systems by Sage Weil · 14 years ago
- 24307aa configfs: Fix race between configfs_readdir() and configfs_d_iput() by Joel Becker · 14 years ago
- df7f996 configfs: Don't try to d_delete() negative dentries. by Joel Becker · 14 years ago
- 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
- e205117 configfs: change depends -> select SYSFS by Nicholas Bellinger · 14 years ago
- d463a0c switch configfs by Al Viro · 14 years ago
- fb045ad fs: dcache reduce branches in lookup path by Nick Piggin · 14 years ago