summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* ocfs2: extend enough credits for freeing one truncate record while replaying ...Xue jiufei2016-03-261-11/+8Star
* ocfs2: extend transaction for ocfs2_remove_rightmost_path() and ocfs2_update_...Xue jiufei2016-03-261-28/+54
* ocfs2/dlm: move lock to the tail of grant queue while doing in-place convertxuejiufei2016-03-261-0/+6
* ocfs2: solve a problem of crossing the boundary in updating backupsjiangyiwen2016-03-261-1/+1
* ocfs2: fix occurring deadlock by changing ocfs2_wq from global to localjiangyiwen2016-03-267-33/+32Star
* ocfs2/dlm: fix BUG in dlm_move_lockres_to_recovery_listJoseph Qi2016-03-262-1/+13
* ocfs2/dlm: fix race between convert and recoveryJoseph Qi2016-03-261-1/+10
* ocfs2: fix a deadlock issue in ocfs2_dio_end_io_write()Ryan Ding2016-03-261-4/+8
* ocfs2: fix disk file size and memory file size mismatchRyan Ding2016-03-261-10/+17
* ocfs2: take ip_alloc_sem in ocfs2_dio_get_block & ocfs2_dio_end_io_writeRyan Ding2016-03-261-6/+17
* ocfs2: fix ip_unaligned_aio deadlock with dio work queueRyan Ding2016-03-265-36/+9Star
* ocfs2: code clean up for direct ioRyan Ding2016-03-262-144/+10Star
* ocfs2: fix sparse file & data ordering issue in direct ioRyan Ding2016-03-261-517/+346Star
* ocfs2: record UNWRITTEN extents when populate write descRyan Ding2016-03-264-5/+106
* ocfs2: return the physical address in ocfs2_write_clusterRyan Ding2016-03-261-15/+13Star
* ocfs2: do not change i_size in write_end for direct ioRyan Ding2016-03-261-33/+46
* ocfs2: test target page before change itRyan Ding2016-03-261-6/+26
* ocfs2: use c_new to indicate newly allocated extentsRyan Ding2016-03-261-10/+12
* ocfs2: add ocfs2_write_type_t type to identify the caller of writeRyan Ding2016-03-263-13/+22
* ocfs2: o2hb: fix double free bugJunxiao Bi2016-03-261-2/+2
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2016-03-251-13/+24
|\
| * writeback, cgroup: fix use of the wrong bdi_writeback which mismatches the inodeTejun Heo2016-03-201-10/+19
| * writeback, cgroup: fix premature wb_put() in locked_inode_to_wb_and_lock_list()Tejun Heo2016-03-201-3/+5
* | Merge tag 'for-linus-20160324' of git://git.infradead.org/linux-mtdLinus Torvalds2016-03-254-29/+47
|\ \
| * | mtd: kill the ecclayout->oobavail fieldBoris BREZILLON2016-03-081-4/+2Star
| * | jffs2: Improve post-mount CRC scan efficiencyDavid Woodhouse2016-02-293-25/+45
* | | Merge tag 'upstream-4.6-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2016-03-254-25/+75
|\ \ \
| * | | ubifs: Remove unused headerAndreas Gruenbacher2016-03-201-1/+0Star
| * | | ubifs: Add logging functions for ubifs_msg, ubifs_err and ubifs_warnJoe Perches2016-03-203-24/+75
* | | | Merge tag 'nfsd-4.6-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2016-03-2519-92/+681
|\ \ \ \
| * | | | nfsd: use short read as well as i_size to set eofBenjamin Coddington2016-03-233-7/+30
| * | | | nfsd: better layoutupdate bounds-checkingJ. Bruce Fields2016-03-221-4/+8
| * | | | nfsd: block and scsi layout drivers need to depend on CONFIG_BLOCKChristoph Hellwig2016-03-181-2/+2
| * | | | nfsd: add SCSI layout supportChristoph Hellwig2016-03-1810-8/+335
| * | | | nfsd: move some blocklayout codeChristoph Hellwig2016-03-181-40/+50
| * | | | nfsd: add a new config option for the block layout driverChristoph Hellwig2016-03-187-8/+20
| * | | | nfs/blocklayout: add SCSI layout supportChristoph Hellwig2016-03-185-25/+238
* | | | | Merge tag 'nfsd-4.6' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2016-03-244-20/+28
|\| | | |
| * | | | nfsd: recover: fix memory leakSudip Mukherjee2016-03-171-0/+1
| * | | | nfsd: fix deadlock secinfo+readdir compoundJ. Bruce Fields2016-03-161-0/+1
| * | | | nfsd4: resfh unused in nfsd4_secinfoJ. Bruce Fields2016-03-031-2/+0Star
| * | | | nfsd: Lower NFSv4.1 callback message size limitChuck Lever2016-03-011-8/+13
| * | | | nfsd: Update NFS server comments related to RDMA supportChuck Lever2016-03-012-4/+3Star
| * | | | nfsd: Fix a memory leak when meeting unsupported state_protect_how4Kinglong Mee2016-03-011-1/+2
| * | | | nfsd4: fix bad bounds checkingJ. Bruce Fields2016-03-011-5/+8
* | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-03-231-4/+2Star
|\ \ \ \ \
| * | | | | eCryptfs: Use skcipher and shashHerbert Xu2016-03-171-4/+2Star
* | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-03-2316-25/+977
|\ \ \ \ \ \
| * | | | | | eventfd: document lockless access in eventfd_pollPaolo Bonzini2016-03-221-2/+40
| * | | | | | fs/coredump: prevent fsuid=0 dumps into user-controlled directoriesJann Horn2016-03-223-9/+29