Commit Graph

255072 Commits (09cc9fc7a7c3d872065426d7fb0f0ad6d3eb90fc)
 

Author SHA1 Message Date
Dave Chinner 09cc9fc7a7 inode: move to per-sb LRU locks 14 years ago
Dave Chinner 98b745c647 inode: Make unused inode LRU per superblock 14 years ago
Dave Chinner fcb94f72d3 inode: convert inode_stat.nr_unused to per-cpu counters 14 years ago
Dave Chinner e9299f5058 vmscan: add customisable shrinker batch size 14 years ago
Dave Chinner 3567b59aa8 vmscan: reduce wind up shrinker->nr when shrinker can't do work 14 years ago
Dave Chinner acf92b485c vmscan: shrinker->nr updates race and go wrong 14 years ago
Dave Chinner 095760730c vmscan: add shrink_slab tracepoints 14 years ago
Al Viro a9049376ee make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err) 14 years ago
Al Viro 0c1aa9a952 deuglify squashfs_lookup() 14 years ago
Al Viro 5b4b299cc7 nfsd4_list_rec_dir(): don't bother with reopening rec_file 14 years ago
Al Viro e7f5909707 kill useless checks for sb->s_op == NULL 14 years ago
Al Viro 0ee5dc676a btrfs: kill magical embedded struct superblock 14 years ago
Al Viro fb408e6ccc get rid of pointless checks for dentry->sb == NULL 14 years ago
Al Viro a4464dbc0c Make ->d_sb assign-once and always non-NULL 14 years ago
Al Viro e3c3d9c838 unexport kern_path_parent() 14 years ago
Al Viro e0a0124936 switch vfs_path_lookup() to struct path 14 years ago
Al Viro ed75e95de5 kill lookup_create() 14 years ago
Al Viro 5da4e68944 devtmpfs: get rid of bogus mkdir in create_path() 14 years ago
Al Viro 69753a0f14 switch devtmpfs to kern_path_create() 14 years ago
Al Viro 2780f1ff6a switch devtmpfs object creation/removal to separate kernel thread 14 years ago
Al Viro 6657719390 make sure that nsproxy_cache is initialized early enough 14 years ago
Al Viro 1ba1068186 switch do_spufs_create() to user_path_create(), fix double-unlock 14 years ago
Al Viro dae6ad8f37 new helpers: kern_path_create/user_path_create 14 years ago
Al Viro 49084c3bb2 kill LOOKUP_CONTINUE 14 years ago
Al Viro 8aeb376ca0 nfs: LOOKUP_{OPEN,CREATE,EXCL} is set only on the last step 14 years ago
Al Viro 4352780386 cifs_lookup(): LOOKUP_OPEN is set only on the last component 14 years ago
Al Viro a127e0af59 ceph: LOOKUP_OPEN is set only when it's the last component 14 years ago
Al Viro 5c0f360b08 jfs_ci_revalidate() is safe from RCU mode 14 years ago
Al Viro 407938e79e LOOKUP_CREATE and LOOKUP_RENAME_TARGET can be set only on the last step 14 years ago
Al Viro dd7dd556e4 no need to check for LOOKUP_OPEN in ->create() instances 14 years ago
Al Viro bf6c7f6c7b don't pass nameidata to vfs_create() from ecryptfs_create() 14 years ago
Al Viro 8a5e929dd2 don't transliterate lower bits of ->intent.open.flags to FMODE_... 14 years ago
Al Viro 554a8b9f54 Don't pass nameidata when calling vfs_create() from mknod() 14 years ago
Al Viro f7c85868fc fix mknod() on nfs4 (hopefully) 14 years ago
Al Viro 511415980a nameidata_to_nfs_open_context() doesn't need nameidata, actually... 14 years ago
Al Viro 3d4ff43d89 nfs_open_context doesn't need struct path either 14 years ago
Al Viro 82a2c1b77a nfs4_opendata doesn't need struct path either 14 years ago
Al Viro 643168c2dc nfs4_closedata doesn't need to mess with struct path 14 years ago
Al Viro 7c97c200e2 cifs: fix the type of cifs_demultiplex_thread() 14 years ago
Al Viro beefebf1aa ecryptfs_inode_permission() doesn't need to bail out on RCU 14 years ago
Al Viro 729cdb3a1e kill IPERM_FLAG_RCU 14 years ago
Al Viro 76fe3276be ->permission() sanitizing: document API changes 14 years ago
Al Viro d2d9e9fbc2 merge do_revalidate() into its only caller 14 years ago
Al Viro 4ad5abb3d0 no reason to keep exec_permission() separate now 14 years ago
Al Viro d594e7ec4d massage generic_permission() to treat directories on a separate path 14 years ago
Al Viro eecdd358b4 ->permission() sanitizing: don't pass flags to exec_permission() 14 years ago
Al Viro cf1dd1dae8 selinux: don't transliterate MAY_NOT_BLOCK to IPERM_FLAG_RCU 14 years ago
Al Viro e74f71eb78 ->permission() sanitizing: don't pass flags to ->inode_permission() 14 years ago
Al Viro 10556cb21a ->permission() sanitizing: don't pass flags to ->permission() 14 years ago
Al Viro 2830ba7f34 ->permission() sanitizing: don't pass flags to generic_permission() 14 years ago