summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2016-05-02gfs2: use inode_lock/unlock instead of accessing i_mutex directlyAbhi Das1-3/+3
2016-04-20GFS2: Add calls to gfs2_holder_uninit in two error handlersDaniel DeFreez2-2/+4
2016-04-14GFS2: Don't dereference inode in gfs2_inode_lookup until it's validBob Peterson1-3/+3
2016-04-12GFS2: fs/gfs2/glock.c: Deinline do_error, save 1856 bytesDenys Vlasenko1-1/+1
2016-04-05gfs2: Use gfs2 wrapper to sync inode before calling generic_file_splice_read()Abhi Das1-2/+26
2016-04-05GFS2: Get rid of dead code in inode_go_demote_okBob Peterson1-7/+0
2016-03-24GFS2: ignore unlock failures after withdrawBenjamin Marzinski2-1/+9
2016-03-18Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
2016-03-18Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds9-79/+46
2016-03-18Merge tag 'dlm-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds1-12/+62
2016-03-18Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds27-1459/+1099
2016-03-18Merge tag 'configfs-for-linus' of git://git.infradead.org/users/hch/configfsLinus Torvalds5-75/+38
2016-03-17Merge tag 'char-misc-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-22/+0
2016-03-17Merge tag 'driver-core-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-5/+14
2016-03-17Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds1-0/+92
2016-03-17Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds18-296/+329
2016-03-16Merge branch 'akpm' (patches from Andrew)Linus Torvalds18-298/+501
2016-03-16autofs4: use pr_xxx() macros directly for loggingIan Kent6-75/+68
2016-03-16autofs4: change log print macros to not insert newlineIan Kent6-49/+49
2016-03-16autofs4: make autofs log prints consistentIan Kent4-12/+12
2016-03-16autofs4: fix some white space errorsIan Kent4-8/+6
2016-03-16autofs4: fix invalid ioctl return in autofs4_root_ioctl_unlocked()Ian Kent1-1/+1
2016-03-16autofs4: fix coding style line length in autofs4_wait()Ian Kent1-2/+4
2016-03-16autofs4: fix coding style problem in autofs4_get_set_timeout()Ian Kent1-8/+20
2016-03-16autofs4: coding style fixesIan Kent8-158/+175
2016-03-16autofs: show pipe inode in mount optionsStanislav Kinsburskiy1-1/+6
2016-03-16mm: simplify lock_page_memcg()Johannes Weiner2-14/+11
2016-03-16mm: memcontrol: generalize locking for the page->mem_cgroup bindingJohannes Weiner2-11/+11
2016-03-16fs/mpage.c:mpage_readpages(): use lru_to_page() helperAndrew Morton1-1/+2
2016-03-16ocfs2/dlm: fix a variable overflow problem in dlmdomain.cJun Piao1-1/+1
2016-03-16ocfs2: fix a tiny race that leads file system read-onlyJiufei Xue4-4/+18
2016-03-16ocfs2/dlm: return EINVAL when the lockres on migration target is in DROPPING_...xuejiufei1-1/+13
2016-03-16ocfs2/dlm: clear DROPPING_REF flag when the master goes downxuejiufei1-8/+10
2016-03-16ocfs2/dlm: return in progress if master can not clear the refmap bit right nowxuejiufei3-3/+17
2016-03-16ocfs2/dlm: add DEREF_DONE messagexuejiufei3-1/+138
2016-03-16ocfs2/dlm: fix a typo in dlmcommon.hJoseph Qi1-2/+2
2016-03-16ocfs2: use spinlock_irqsave() to downconvert lock in ocfs2_osb_dump()jiangyiwen1-2/+3
2016-03-16ocfs2/cluster: replace the interrupt safe spinlocks with common onesjiangyiwen1-6/+4
2016-03-15Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2016-03-15GFS2: Eliminate parameter non_block on gfs2_inode_lookupBob Peterson4-7/+5
2016-03-15GFS2: Don't filter out I_FREEING inodes anymoreBob Peterson4-58/+7
2016-03-15GFS2: Prevent delete work from occurring on glocks used for createBob Peterson3-1/+14
2016-03-15GFS2: Fix direct IO write rounding errorBob Peterson1-1/+1
2016-03-15gfs2: avoid uninitialized variable warningArnd Bergmann1-2/+2
2016-03-14ext4: clean up error handling in the MMP supportvikram.jadhav071-17/+17
2016-03-14jbd2: do not fail journal because of frozen_buffer allocation failureMichal Hocko1-17/+5
2016-03-14ext4: use __GFP_NOFAIL in ext4_free_blocks()Konstantin Khlebnikov1-19/+28
2016-03-14ext4: fix compile error while opening the macro DOUBLE_CHECKAihua Zhang2-12/+12
2016-03-13ext4: print ext4 mount option data_err=abort correctlyAles Novak1-2/+8
2016-03-13ext4: fix NULL pointer dereference in ext4_mark_inode_dirty()Eryu Guan1-3/+3