summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2015-04-15ocfs2: rollback the cleared bits if error occurs after ocfs2_block_group_clea...Joseph Qi1-0/+2
2015-04-15ocfs2: use ENOENT instead of EEXIST when get system file failsJoseph Qi2-3/+3
2015-04-15ocfs2: use actual name length when find entry in ocfs2_orphan_del()Joseph Qi1-2/+2
2015-04-15ocfs2: dereferencing freed pointers in ocfs2_reflink()Dan Carpenter1-1/+1
2015-04-15ocfs2: fix typo in ocfs2_reserve_local_alloc_bitsJoseph Qi1-1/+1
2015-04-15ocfs2: do not use ocfs2_zero_extend during direct IOJoseph Qi1-8/+130
2015-04-15ocfs2: take inode lock when get clustersJoseph Qi1-1/+10
2015-04-15ocfs2: no need get dinode bh when zeroing extendJoseph Qi1-5/+1
2015-04-15ocfs2: fix a typing error in ocfs2_direct_IO_writeJoseph Qi1-1/+1
2015-04-15ocfs2: avoid a pointless delay in o2cb_cluster_check()Daeseok Youn1-1/+1
2015-04-15ocfs2: one function call less in user_cluster_connect() after error detectionMarkus Elfring1-4/+2
2015-04-15ocfs2: one function call less in ocfs2_init_slot_info() after error detectionMarkus Elfring1-1/+1
2015-04-15ocfs2: one function call less in ocfs2_merge_rec_right() after error detectionMarkus Elfring1-1/+1
2015-04-15ocfs2: one function call less in ocfs2_merge_rec_left() after error detectionMarkus Elfring1-1/+1
2015-04-15ocfs2: less function calls in ocfs2_figure_merge_contig_type() after error de...Markus Elfring1-11/+13
2015-04-15ocfs2: less function calls in ocfs2_convert_inline_data_to_extents() after er...Markus Elfring1-2/+3
2015-04-15ocfs2: delete unnecessary checks before three function callsMarkus Elfring3-14/+7
2015-04-14Merge tag 'driver-core-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-3/+11
2015-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-12/+25
2015-04-09ocfs2: _really_ sync the right rangeAl Viro1-4/+10
2015-04-08ocfs2_file_write_iter: keep return value and current position update in syncAl Viro1-1/+1
2015-04-08[regression] ocfs2: do *not* increment ->ki_pos twiceAl Viro1-1/+0
2015-04-07ioctx_alloc(): fix vma (and file) leak on failureAl Viro1-0/+3
2015-04-07fix mremap() vs. ioctx_kill() raceAl Viro1-6/+11
2015-04-03Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds7-12/+32
2015-04-03debugfs: allow bad parent pointers to be passed inGreg KH1-0/+3
2015-04-01Merge tag 'lazytime_fix' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds1-10/+83
2015-04-01Merge branch 'for-4.0' of git://linux-nfs.org/~bfields/linuxLinus Torvalds7-16/+36
2015-04-01Fix warningSteve French1-0/+2
2015-04-01Fix another dereference before null check warningSteve French1-1/+1
2015-04-01CIFS: session servername can't be nullSteve French1-1/+5
2015-04-01Fix warning on impossible comparisonSteve French1-2/+1
2015-04-01Fix coverity warningSteve French1-1/+1
2015-04-01Fix dereference before null check warningSteve French1-5/+8
2015-04-01Don't ignore errors on encrypting password in SMBTconSteve French1-0/+6
2015-04-01Fix warning on uninitialized buftypeSteve French1-1/+1
2015-03-30nfsd: require an explicit option to enable pNFSChristoph Hellwig1-1/+1
2015-03-27locks: fix file_lock deletion inside loopYan, Zheng1-3/+2
2015-03-26NFSD: Fix bad update of layout in nfsd4_return_file_layoutKinglong Mee1-3/+2
2015-03-26NFSD: Take care the return value from nfsd4_encode_stateidKinglong Mee1-1/+1
2015-03-26NFSD: Printk blocklayout length and offset as format 0x%llxKinglong Mee2-4/+4
2015-03-26nfsd: return correct lockowner when there is a race on hash insertJ. Bruce Fields1-1/+1
2015-03-26nfsd: return correct openowner when there is a race to put one in the hashJeff Layton1-1/+1
2015-03-26hfsplus: fix B-tree corruption after insertion at position 0Sergei Antonov1-9/+11
2015-03-26fs/affs/file.c: unlock/release page on errorTaesoo Kim1-7/+12
2015-03-25sysfs: Only accept read/write permissions for file attributesVivien Didelot1-0/+6
2015-03-25sysfs: Use only return value from is_visible for the file modeGuenter Roeck1-3/+2
2015-03-22Merge tag 'driver-core-4.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+1
2015-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds8-46/+352
2015-03-21Merge branch 'for-4.0' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-2/+0