summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* ocfs2: fix NULL pointer dereference when traversing o2hb_all_regionsXue jiufei2013-07-041-0/+9
* ocfs2: adjust switch_case syntax at o2net_state_change()Jie Liu2013-07-041-13/+13
* ocfs2: fix a comments typo at o2quo_hb_still_up()Jie Liu2013-07-041-1/+1
* ocfs2: consolidate o2hb_global_hearbeat_mode_set() naming conventionJie Liu2013-07-041-4/+4
* ocfs2: submit disk heartbeat bio using WRITE_SYNCNoboru Iwamatsu2013-07-041-1/+1
* ocfs2: xattr: fix inlined xattr reflinkJunxiao Bi2013-07-041-0/+10
* ocfs2: fix readonly issue in ocfs2_unlink()Younger Liu2013-07-041-11/+12
* ocfs2: remove duplicated mlog_errno() in ocfs2_relink_block_groupAndrew Morton2013-07-041-12/+6Star
* ocfs2: rework transaction rollback in ocfs2_relink_block_group()Jie Liu2013-07-041-13/+12Star
* ocfs2: need rollback when journal_access failed in ocfs2_orphan_add()Younger Liu2013-07-041-18/+23
* ocfs2: dlmlock_master() should return DLM_NORMAL after adding lock to blocked...Xue jiufei2013-07-041-0/+1
* ocfs2: xattr: remove useless free space checkingJunxiao Bi2013-07-041-8/+0Star
* fs/ocfs2/cluster/tcp.c: free sc->sc_page in sc_kref_release()Younger Liu2013-07-041-0/+3
* fs/ocfs2/journal.h: add bits_wanted while calculating credits in ocfs2_calc_e...Goldwyn Rodrigues2013-07-041-1/+1
* ocfs2: fix mutex_unlock and possible memory leak in ocfs2_remove_btree_rangeJoseph Qi2013-07-041-4/+4
* ocfs2: remove unecessary variable needs_checkpointGoldwyn Rodrigues2013-07-043-6/+2Star
* ocfs2: add missing dlm_put() in dlm_begin_reco_handler()Xue jiufei2013-07-041-0/+1
* ocfs2: should not use le32_add_cpu to set ocfs2_dinode i_flagsJoseph Qi2013-07-041-3/+3
* fs/ocfs2/dlm/dlmrecovery.c:dlm_request_all_locks(): ret should be int instead...Joseph Qi2013-07-041-2/+1Star
* fs/ocfs2/dlm/dlmrecovery.c: remove duplicate declarationsJoseph Qi2013-07-041-3/+0Star
* configfs: use capped length for ->store_attribute()Dan Carpenter2013-07-041-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-07-0365-586/+800
|\
| * ext4: ->tmpfile() supportAl Viro2013-07-031-1/+46
| * vfs: export lseek_execute() to modulesJie Liu2013-07-036-64/+23Star
| * lseek_execute() doesn't need an inode passed to itAl Viro2013-06-291-7/+3Star
| * block_dev: switch to fixed_size_llseek()Al Viro2013-06-291-22/+1Star
| * locks: give the blocked_hash its own spinlockJeff Layton2013-06-291-19/+22
| * locks: add a new "lm_owner_key" lock operationJeff Layton2013-06-292-2/+22
| * locks: turn the blocked_list into a hashtableJeff Layton2013-06-291-8/+17
| * locks: convert fl_link to a hlist_nodeJeff Layton2013-06-291-12/+12
| * 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-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/+2Star
| * locks: drop the unused filp argument to posix_unblock_lockJeff Layton2013-06-292-4/+2Star
| * Don't pass inode to ->d_hash() and ->d_compare()Linus Torvalds2013-06-2920-144/+95Star
| * 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/+8Star
| * fuse: another open-coded file_inode()Al Viro2013-06-291-2/+1Star
| * btrfs: more open-coded file_inode()Al Viro2013-06-291-4/+4
| * fanotify: quit wanking with FASYNC in ->release()Al Viro2013-06-291-3/+0Star
| * kill find_inode_number()Al Viro2013-06-292-31/+0Star
| * coda: don't bother with find_inode_number()Al Viro2013-06-291-7/+1Star
| * proc_fill_cache(): clean up, get rid of pointless find_inode_number() useAl Viro2013-06-291-23/+13Star