summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* locks: protect most of the file_lock handling with i_lockJeff Layton2013-06-2911-95/+141
* 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-291-8/+13
* 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-292-3/+2
* locks: drop the unused filp argument to posix_unblock_lockJeff Layton2013-06-292-4/+2
* Don't pass inode to ->d_hash() and ->d_compare()Linus Torvalds2013-06-2920-144/+95
* 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-293-1/+4
* new helper: fixed_size_llseek()Al Viro2013-06-291-0/+20
* 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
* kill find_inode_number()Al Viro2013-06-292-31/+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
* ncpfs: don't bother with EBUSY on removal of busy directoriesAl Viro2013-06-292-11/+4
* don't call file_pos_write() if vfs_{read,write}{,v}() failsAl Viro2013-06-291-6/+12
* Replace a bunch of file->dentry->d_inode refs with file_inode()David Howells2013-06-291-1/+1
* udf: provide ->tmpfile()Al Viro2013-06-291-0/+24
* ext3 ->tmpfile() supportAl Viro2013-06-291-1/+46
* allow the temp files created by open() to be linked toAl Viro2013-06-292-3/+17
* [O_TMPFILE] it's still short a few helpers, but infrastructure should be OK n...Al Viro2013-06-295-5/+122
* allow build_open_flags() to return an errorAl Viro2013-06-294-31/+41
* lift file_*_write out of do_splice_direct()Al Viro2013-06-292-2/+2
* lift file_*_write out of do_splice_from()Al Viro2013-06-291-4/+5
* do_last(): fix missing checks for LAST_BIND caseAl Viro2013-06-291-21/+3
* [readdir] constify ->actorAl Viro2013-06-296-53/+45
* [readdir] ->readdir() is goneAl Viro2013-06-293-12/+7
* [readdir] convert ecryptfsAl Viro2013-06-291-20/+15
* [readdir] convert codaAl Viro2013-06-291-58/+19
* [readdir] convert ocfs2Al Viro2013-06-294-113/+61
* [readdir] convert fatfsAl Viro2013-06-291-50/+54
* [readdir] convert xfsAl Viro2013-06-297-61/+44
* [readdir] convert btrfsAl Viro2013-06-293-40/+21
* [readdir] convert hostfsAl Viro2013-06-291-7/+6
* [readdir] convert afsAl Viro2013-06-291-62/+37
* [readdir] convert ncpfsAl Viro2013-06-291-43/+35
* [readdir] convert hfsplusAl Viro2013-06-291-27/+23
* [readdir] convert hfsAl Viro2013-06-291-26/+23
* [readdir] convert befsAl Viro2013-06-291-18/+22
* [readdir] convert cifsAl Viro2013-06-293-100/+82
* [readdir] convert freevxfsAl Viro2013-06-291-32/+23
* [readdir] convert fuseAl Viro2013-06-291-20/+17
OpenPOWER on IntegriCloud