summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Document ->tmpfile()Al Viro2013-07-032-0/+7
* ext4: ->tmpfile() supportAl Viro2013-07-031-1/+46
* vfs: export lseek_execute() to modulesJie Liu2013-07-038-68/+25
* lseek_execute() doesn't need an inode passed to itAl Viro2013-06-291-7/+3
* block_dev: switch to fixed_size_llseek()Al Viro2013-06-291-22/+1
* cpqphp_sysfs: switch to fixed_size_llseek()Al Viro2013-06-291-20/+2
* tile-srom: switch to fixed_size_llseek()Al Viro2013-06-291-25/+3
* proc_powerpc: switch to fixed_size_llseek()Al Viro2013-06-291-18/+2
* ubi/cdev: switch to fixed_size_llseek()Al Viro2013-06-291-25/+1
* pci/proc: switch to fixed_size_llseek()Al Viro2013-06-291-21/+2
* isapnp: switch to fixed_size_llseek()Al Viro2013-06-291-21/+1
* lpfc: switch to fixed_size_llseek()Al Viro2013-06-291-16/+2
* locks: give the blocked_hash its own spinlockJeff Layton2013-06-292-27/+30
* locks: add a new "lm_owner_key" lock operationJeff Layton2013-06-294-7/+34
* locks: turn the blocked_list into a hashtableJeff Layton2013-06-291-8/+17
* locks: convert fl_link to a hlist_nodeJeff Layton2013-06-292-13/+13
* locks: avoid taking global lock if possible when waking up blocked waitersJeff Layton2013-06-291-1/+14
* locks: protect most of the file_lock handling with i_lockJeff Layton2013-06-2913-113/+155
* locks: encapsulate the fl_link list handlingJeff Layton2013-06-291-9/+36
* locks: make "added" in __posix_lock_file a boolJeff Layton2013-06-291-4/+5
* locks: comment cleanups and clarificationsJeff Layton2013-06-292-8/+31
* locks: make generic_add_lease and generic_delete_lease staticJeff Layton2013-06-291-2/+2
* cifs: use posix_unblock_lock instead of locks_delete_blockJeff Layton2013-06-293-8/+2
* locks: drop the unused filp argument to posix_unblock_lockJeff Layton2013-06-293-7/+4
* Don't pass inode to ->d_hash() and ->d_compare()Linus Torvalds2013-06-2923-165/+108
* minix: bug widening a binary "not" operationDan Carpenter2013-06-291-1/+1
* splice: lift checks from do_splice_from() into callersAl Viro2013-06-291-11/+20
* constify rw_verify_area()Al Viro2013-06-294-2/+4
* ps3flash: switch to generic_file_llseek_size()Al Viro2013-06-291-26/+2
* wlcore: use *ppos, not file->f_posAl Viro2013-06-291-2/+2
* bfa: switch to fixed_size_llseek()Al Viro2013-06-291-25/+3
* fnic: switch to fixed_size_llseek()Al Viro2013-06-291-14/+2
* vc: switch to fixed_size_llseek()Al Viro2013-06-291-16/+1
* eisa_eeprom: switch to fixed_size_llseek()Al Viro2013-06-291-13/+2
* bna: switch to fixed_size_llseek()Al Viro2013-06-291-21/+1
* zorro: switch to fixed_size_llseek()Al Viro2013-06-291-21/+1
* mtdchar: switch to fixed_size_llseek()Al Viro2013-06-291-19/+1
* new helper: fixed_size_llseek()Al Viro2013-06-292-0/+22
* ecryptfs: switch ecryptfs_decode_and_decrypt_filename() from dentry to sbAl Viro2013-06-294-10/+8
* fuse: another open-coded file_inode()Al Viro2013-06-291-2/+1
* btrfs: more open-coded file_inode()Al Viro2013-06-291-4/+4
* fanotify: quit wanking with FASYNC in ->release()Al Viro2013-06-291-3/+0
* comedi: quit wanking with FASYNC in ->release()Al Viro2013-06-291-3/+0
* more open-coded file_inode() callsAl Viro2013-06-293-4/+4
* kill find_inode_number()Al Viro2013-06-293-32/+0
* coda: don't bother with find_inode_number()Al Viro2013-06-291-7/+1
* proc_fill_cache(): clean up, get rid of pointless find_inode_number() useAl Viro2013-06-291-23/+13
* proc_fill_cache(): just make instantiate_t return intAl Viro2013-06-294-49/+43
* proc_pid_readdir(): stop wanking with proc_fill_cache() for /proc/selfAl Viro2013-06-291-3/+3
* proc_fill_cache(): kill pointless checkAl Viro2013-06-291-4/+2