aboutsummaryrefslogtreecommitdiffstats
path: root/fs/hugetlbfs (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2013-06-29ps3flash: switch to generic_file_llseek_size()Al Viro1-26/+2
2013-06-29wlcore: use *ppos, not file->f_posAl Viro1-2/+2
2013-06-29bfa: switch to fixed_size_llseek()Al Viro1-25/+3
2013-06-29fnic: switch to fixed_size_llseek()Al Viro1-14/+2
2013-06-29vc: switch to fixed_size_llseek()Al Viro1-16/+1
2013-06-29eisa_eeprom: switch to fixed_size_llseek()Al Viro1-13/+2
2013-06-29bna: switch to fixed_size_llseek()Al Viro1-21/+1
2013-06-29zorro: switch to fixed_size_llseek()Al Viro1-21/+1
2013-06-29mtdchar: switch to fixed_size_llseek()Al Viro1-19/+1
2013-06-29new helper: fixed_size_llseek()Al Viro2-0/+22
2013-06-29ecryptfs: switch ecryptfs_decode_and_decrypt_filename() from dentry to sbAl Viro4-10/+8
2013-06-29fuse: another open-coded file_inode()Al Viro1-2/+1
2013-06-29btrfs: more open-coded file_inode()Al Viro1-4/+4
2013-06-29fanotify: quit wanking with FASYNC in ->release()Al Viro1-3/+0
2013-06-29comedi: quit wanking with FASYNC in ->release()Al Viro1-3/+0
2013-06-29more open-coded file_inode() callsAl Viro3-4/+4
2013-06-29kill find_inode_number()Al Viro3-32/+0
2013-06-29coda: don't bother with find_inode_number()Al Viro1-7/+1
2013-06-29proc_fill_cache(): clean up, get rid of pointless find_inode_number() useAl Viro1-23/+13
2013-06-29proc_fill_cache(): just make instantiate_t return intAl Viro4-49/+43
2013-06-29proc_pid_readdir(): stop wanking with proc_fill_cache() for /proc/selfAl Viro1-3/+3
2013-06-29proc_fill_cache(): kill pointless checkAl Viro1-4/+2
2013-06-29ncpfs: don't bother with EBUSY on removal of busy directoriesAl Viro2-11/+4
2013-06-29don't call file_pos_write() if vfs_{read,write}{,v}() failsAl Viro1-6/+12
2013-06-29SELinux: Institute file_path_has_perm()David Howells1-6/+18
2013-06-29Replace a bunch of file->dentry->d_inode refs with file_inode()David Howells3-6/+6
2013-06-29udf: provide ->tmpfile()Al Viro1-0/+24
2013-06-29ext3 ->tmpfile() supportAl Viro1-1/+46
2013-06-29allow the temp files created by open() to be linked toAl Viro3-3/+18
2013-06-29[O_TMPFILE] it's still short a few helpers, but infrastructure should be OK now...Al Viro12-5/+164
2013-06-29allow build_open_flags() to return an errorAl Viro4-31/+41
2013-06-29lift file_*_write out of do_splice_direct()Al Viro2-2/+2
2013-06-29lift file_*_write out of do_splice_from()Al Viro1-4/+5
2013-06-29do_last(): fix missing checks for LAST_BIND caseAl Viro1-21/+3
2013-06-29pcm_native: switch to fdget()/fdput()Al Viro1-25/+15
2013-06-29[readdir] constify ->actorAl Viro9-68/+57
2013-06-29[readdir] ->readdir() is goneAl Viro7-16/+13
2013-06-29[readdir] convert ecryptfsAl Viro1-20/+15
2013-06-29[readdir] convert codaAl Viro1-58/+19
2013-06-29[readdir] convert ocfs2Al Viro4-113/+61
2013-06-29[readdir] convert fatfsAl Viro1-50/+54
2013-06-29[readdir] convert xfsAl Viro7-61/+44
2013-06-29[readdir] convert btrfsAl Viro3-40/+21
2013-06-29[readdir] convert hostfsAl Viro1-7/+6
2013-06-29[readdir] convert afsAl Viro1-62/+37
2013-06-29[readdir] convert ncpfsAl Viro1-43/+35
2013-06-29[readdir] convert hfsplusAl Viro1-27/+23
2013-06-29[readdir] convert hfsAl Viro1-26/+23
2013-06-29[readdir] convert befsAl Viro1-18/+22
2013-06-29[readdir] convert cifsAl Viro3-100/+82