summaryrefslogtreecommitdiff
path: root/fs (follow)
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | | | | | | cifs: remove the cifs_ses->flags fieldJeff Layton2013-06-24
| * | | | | | | | | | | | | | | | cifs: throw a warning if negotiate or sess_setup ops are passed NULL server o...Jeff Layton2013-06-24
| * | | | | | | | | | | | | | | | cifs: make decode_ascii_ssetup void returnJeff Layton2013-06-24
| * | | | | | | | | | | | | | | | cifs: remove useless memset in LANMAN auth codeJeff Layton2013-06-24
| * | | | | | | | | | | | | | | | cifs: remove protocolEnum definitionJeff Layton2013-06-24
| * | | | | | | | | | | | | | | | cifs: add a "nosharesock" mount option to force new sockets to server to be c...Jeff Layton2013-06-24
* | | | | | | | | | | | | | | | | Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-07-03
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | pstore: Return unique error if backend registration excluded by kernel paramLenny Szubowicz2013-06-28
| * | | | | | | | | | | | | | | | pstore: Fail to unlink if a driver has not defined pstore_eraseAruna Balakrishnaiah2013-06-25
| * | | | | | | | | | | | | | | | pstore/ram: remove the power of buffer size limitationRob Herring2013-06-14
| * | | | | | | | | | | | | | | | pstore/ram: avoid atomic accesses for ioremapped regionsRob Herring2013-06-14
* | | | | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-07-03
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | ext4: ->tmpfile() supportAl Viro2013-07-03
| * | | | | | | | | | | | | | | | | vfs: export lseek_execute() to modulesJie Liu2013-07-03
| * | | | | | | | | | | | | | | | | lseek_execute() doesn't need an inode passed to itAl Viro2013-06-29
| * | | | | | | | | | | | | | | | | block_dev: switch to fixed_size_llseek()Al Viro2013-06-29
| * | | | | | | | | | | | | | | | | locks: give the blocked_hash its own spinlockJeff Layton2013-06-29
| * | | | | | | | | | | | | | | | | locks: add a new "lm_owner_key" lock operationJeff Layton2013-06-29
| * | | | | | | | | | | | | | | | | locks: turn the blocked_list into a hashtableJeff Layton2013-06-29
| * | | | | | | | | | | | | | | | | locks: convert fl_link to a hlist_nodeJeff Layton2013-06-29
| * | | | | | | | | | | | | | | | | locks: avoid taking global lock if possible when waking up blocked waitersJeff Layton2013-06-29
| * | | | | | | | | | | | | | | | | locks: protect most of the file_lock handling with i_lockJeff Layton2013-06-29
| * | | | | | | | | | | | | | | | | locks: encapsulate the fl_link list handlingJeff Layton2013-06-29
| * | | | | | | | | | | | | | | | | locks: make "added" in __posix_lock_file a boolJeff Layton2013-06-29
| * | | | | | | | | | | | | | | | | locks: comment cleanups and clarificationsJeff Layton2013-06-29
| * | | | | | | | | | | | | | | | | locks: make generic_add_lease and generic_delete_lease staticJeff Layton2013-06-29
| * | | | | | | | | | | | | | | | | cifs: use posix_unblock_lock instead of locks_delete_blockJeff Layton2013-06-29
| * | | | | | | | | | | | | | | | | locks: drop the unused filp argument to posix_unblock_lockJeff Layton2013-06-29
| * | | | | | | | | | | | | | | | | Don't pass inode to ->d_hash() and ->d_compare()Linus Torvalds2013-06-29
| * | | | | | | | | | | | | | | | | minix: bug widening a binary "not" operationDan Carpenter2013-06-29
| * | | | | | | | | | | | | | | | | splice: lift checks from do_splice_from() into callersAl Viro2013-06-29
| * | | | | | | | | | | | | | | | | constify rw_verify_area()Al Viro2013-06-29
| * | | | | | | | | | | | | | | | | new helper: fixed_size_llseek()Al Viro2013-06-29
| * | | | | | | | | | | | | | | | | ecryptfs: switch ecryptfs_decode_and_decrypt_filename() from dentry to sbAl Viro2013-06-29
| * | | | | | | | | | | | | | | | | fuse: another open-coded file_inode()Al Viro2013-06-29
| * | | | | | | | | | | | | | | | | btrfs: more open-coded file_inode()Al Viro2013-06-29
| * | | | | | | | | | | | | | | | | fanotify: quit wanking with FASYNC in ->release()Al Viro2013-06-29
| * | | | | | | | | | | | | | | | | kill find_inode_number()Al Viro2013-06-29
| * | | | | | | | | | | | | | | | | coda: don't bother with find_inode_number()Al Viro2013-06-29
| * | | | | | | | | | | | | | | | | proc_fill_cache(): clean up, get rid of pointless find_inode_number() useAl Viro2013-06-29
| * | | | | | | | | | | | | | | | | proc_fill_cache(): just make instantiate_t return intAl Viro2013-06-29
| * | | | | | | | | | | | | | | | | proc_pid_readdir(): stop wanking with proc_fill_cache() for /proc/selfAl Viro2013-06-29
| * | | | | | | | | | | | | | | | | proc_fill_cache(): kill pointless checkAl Viro2013-06-29
| * | | | | | | | | | | | | | | | | ncpfs: don't bother with EBUSY on removal of busy directoriesAl Viro2013-06-29
| * | | | | | | | | | | | | | | | | don't call file_pos_write() if vfs_{read,write}{,v}() failsAl Viro2013-06-29
| * | | | | | | | | | | | | | | | | Replace a bunch of file->dentry->d_inode refs with file_inode()David Howells2013-06-29
| * | | | | | | | | | | | | | | | | udf: provide ->tmpfile()Al Viro2013-06-29
| * | | | | | | | | | | | | | | | | ext3 ->tmpfile() supportAl Viro2013-06-29
| * | | | | | | | | | | | | | | | | allow the temp files created by open() to be linked toAl Viro2013-06-29
| * | | | | | | | | | | | | | | | | [O_TMPFILE] it's still short a few helpers, but infrastructure should be OK n...Al Viro2013-06-29