Commit Graph

126 Commits (f114fec54c30ba9c6842ac1121d3e16d3d3c6bdd)

Author SHA1 Message Date
Al Viro 00cd8dd3bf stop passing nameidata to ->lookup() 13 years ago
Al Viro 2a152ad3a5 make configfs_pin_fs() return root dentry on success 13 years ago
Al Viro 0dd6c08a00 configfs: configfs_create_dir() has parent dentry in dentry->d_parent 13 years ago
Al Viro 16d13b59b5 configfs: sanitize configfs_create() 13 years ago
Al Viro b7c177fcd2 configfs: kill configfs_sb 13 years ago
Al Viro 81d44ed159 configfs: don't bother with checks for mkdir/rmdir/unlink/symlink in root 13 years ago
Al Viro 48fde701af switch open-coded instances of d_make_root() to new helper 13 years ago
Al Viro 439475140b configfs: convert to umode_t 13 years ago
Al Viro 18bb1db3e7 switch vfs_mkdir() and ->mkdir() to umode_t 13 years ago
Al Viro c972b4bc83 vfs: live vfsmounts never have NULL ->mnt_sb 13 years ago
Al Viro 4c1d5a64f1 vfs: for usbfs, etc. internal vfsmounts ->mnt_sb->s_root == ->mnt_root 13 years ago
Al Viro 7c6455e368 configfs: register_filesystem() called too early 13 years ago
Paul Bolle 395cf9691d doc: fix broken references 14 years ago
Sage Weil 98702467f8 configfs: remove unnecessary dentry_unhash on rmdir, dir rename 14 years ago
Sage Weil 79bf7c732b vfs: push dentry_unhash on rmdir into file systems 14 years ago
Joel Becker 24307aa1e7 configfs: Fix race between configfs_readdir() and configfs_d_iput() 14 years ago
Joel Becker df7f99670a configfs: Don't try to d_delete() negative dentries. 14 years ago
Lucas De Marchi 25985edced Fix common misspellings 14 years ago
Nicholas Bellinger e205117285 configfs: change depends -> select SYSFS 14 years ago
Al Viro d463a0c4b5 switch configfs 14 years ago
Nick Piggin fb045adb99 fs: dcache reduce branches in lookup path 14 years ago
Nick Piggin dc0474be3e fs: dcache rationalise dget variants 14 years ago
Nick Piggin b5c84bf6f6 fs: dcache remove dcache_lock 14 years ago
Nick Piggin da5029563a fs: dcache scale d_unhashed 14 years ago
Nick Piggin b7ab39f631 fs: dcache scale dentry refcount 14 years ago
Nick Piggin fe15ce446b fs: change d_delete semantics 14 years ago
Nick Piggin fbc8d4c046 config fs: avoid switching ->d_op on live dentry 14 years ago
Al Viro fc14f2fef6 convert get_sb_single() users 14 years ago
Christoph Hellwig 85fe4025c6 fs: do not assign default i_ino in new_inode 14 years ago
Nick Piggin 8718d36cf9 fix setattr error handling in sysfs, configfs 15 years ago
Nick Piggin 75de46b98d fix setattr error handling in sysfs, configfs 15 years ago
Nick Piggin 3322e79a38 fs: convert simple fs to new truncate 15 years ago
Al Viro d83c49f3e3 Fix the regression created by "set S_DEAD on unlink()..." commit 15 years ago
Tejun Heo 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
Al Viro 9b6e310211 Fix configfs leak 15 years ago
Jens Axboe d993831fa7 writeback: add name to backing_dev_info 16 years ago
Louis Rilling 420118caa3 configfs: Rework configfs_depend_item() locking and make lockdep happy 16 years ago
Louis Rilling e74cc06df3 configfs: Silence lockdep on mkdir() and rmdir() 16 years ago
Subrata Modak 3c48f23ada configfs: Fix Trivial Warning in fs/configfs/symlink.c 16 years ago
Al Viro 296c2d8663 constify dentry_operations: configfs 16 years ago
Mark Fasheh 436443f0f7 Revert "configfs: Silence lockdep on mkdir(), rmdir() and configfs_depend_item()" 16 years ago
Joel Becker 0e0333429a configfs: Silence lockdep on mkdir(), rmdir() and configfs_depend_item() 16 years ago
Alexey Dobriyan 4591dabe27 fs/Kconfig: move configfs out 16 years ago
Al Viro 56ff5efad9 zero i_uid/i_gid on inode allocation 16 years ago
Al Viro 421748ecde [PATCH] assorted path_lookup() -> kern_path() conversions 17 years ago
Louis Rilling de6bf18e9c [PATCH] configfs: Consolidate locking around configfs_detach_prep() in configfs_rmdir() 17 years ago
Joel Becker 70526b6744 [PATCH] configfs: Pin configfs subsystems separately from new config_items. 17 years ago
Louis Rilling 99cefda42a [PATCH] configfs: Fix open directory making rmdir() fail 17 years ago
Louis Rilling 2e2ce171c3 [PATCH] configfs: Lock new directory inodes before removing on cleanup after failure 17 years ago
Louis Rilling 2a109f2a41 [PATCH] configfs: Prevent userspace from creating new entries under attaching directories 17 years ago