aboutsummaryrefslogtreecommitdiffstats
path: root/fs/configfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-17configfs: fix registered group removalMike Christie1-0/+11
2018-07-02configfs: replace strncpy with memcpyGuenter Roeck1-1/+1
2018-06-19configfs: use kvasprintf() instead of open-coding itBart Van Assche1-20/+4
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani1-6/+6
2017-10-19configfs: make ci_type field, some pointers and function arguments constBhumika Goyal3-10/+10
2017-10-19configfs: Fix bool initialization/comparisonThomas Meyer1-6/+6
2017-06-12configfs: Introduce config_item_get_unless_zero()Bart Van Assche1-0/+8
2017-06-12configfs: Fix race between create_link and configfs_rmdirNicholas Bellinger1-2/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi1-1/+0
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro1-0/+1
2016-09-27fs: Replace current_fs_time() with current_time()Deepa Dinamani1-3/+3
2016-09-16configfs: Return -EFBIG from configfs_write_bin_file.Phil Turnbull1-0/+1
2016-07-10configfs: don't set buffer_needs_fill to zero if show() returns errorTal Shorer1-3/+3
2016-06-30configfs: Remove ppos increment in configfs_write_bin_fileMarek Vasut1-2/+0
2016-05-09configfs_readdir(): make safe under shared lockAl Viro1-13/+7
2016-05-02parallel lookups: actual switch to rwsemAl Viro1-1/+1
2016-05-02configfs_detach_prep(): make sure that wait_mutex won't go awayAl Viro1-8/+9
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-2/+2
2016-03-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-9/+12
2016-03-14configfs: move d_rehash() into configfs_create() for regular filesAl Viro2-9/+12
2016-03-06configfs: switch ->default groups to a linked listChristoph Hellwig2-24/+21
2016-02-26configfs: Replace CURRENT_TIME by current_fs_time()Deepa Dinamani1-3/+5
2016-01-22wrappers for ->i_mutex accessAl Viro3-35/+35
2016-01-20Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-29/+121
2016-01-12Merge tag 'configfs-for-linus' of git://git.infradead.org/users/hch/configfsLinus Torvalds4-13/+276
2016-01-04configfs: implement binary attributesPantelis Antoniou4-13/+276
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Al Viro1-8/+9
2015-12-29kill free_page_put_link()Al Viro1-6/+6
2015-12-20fs: configfs: Add unlocked version of configfs_depend_item()Krzysztof Opasiak1-0/+73
2015-12-20fs: configfs: Factor out configfs_find_subsys_dentry()Krzysztof Opasiak1-12/+21
2015-12-20fs: configfs: Factor out configfs_do_depend_item()Krzysztof Opasiak1-15/+26
2015-12-20fs: configfs: Drop unused parameter from configfs_undepend_item()Krzysztof Opasiak1-2/+1
2015-12-08replace ->follow_link() with new method that could stay in RCU modeAl Viro1-3/+8
2015-11-20configfs: allow dynamic group creationDaniel Baluta1-0/+110
2015-10-13configfs: remove old APIChristoph Hellwig1-12/+3
2015-10-13configfs: add show and store methods to struct configfs_attributeChristoph Hellwig1-5/+12
2015-07-17configfs: fix kernel infoleak through user-controlled format stringNicolas Iooss1-2/+2
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2015-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-6/+4
2015-07-01sysfs: Create mountpoints with sysfs_create_mount_pointEric W. Biederman1-6/+4
2015-06-24configfs: unexport/make static config_item_init()Fabian Frederick1-2/+1
2015-06-23make simple_positive() publicAl Viro1-1/+1
2015-05-11new helper: free_page_put_link()Al Viro1-6/+1
2015-05-11switch ->put_link() from dentry to inodeAl Viro1-1/+1
2015-05-10don't pass nameidata to ->follow_link()Al Viro1-1/+1
2015-05-10new ->follow_link() and ->put_link() calling conventionsAl Viro1-16/+12
2015-05-05configfs: init configfs module earlier at boot timeDaniel Baluta1-1/+1
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells3-45/+45
2015-04-15configfs: Fix inconsistent use of file_inode() vs file->f_path.dentry->d_inodeDavid Howells1-1/+1