summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* ocfs2/dlm: fix a variable overflow problem in dlmdomain.cJun Piao2016-03-151-1/+1
* ocfs2: fix a tiny race that leads file system read-onlyJiufei Xue2016-03-154-4/+18
* ocfs2/dlm: return EINVAL when the lockres on migration target is in DROPPING_...xuejiufei2016-03-151-1/+13
* ocfs2/dlm: clear DROPPING_REF flag when the master goes downxuejiufei2016-03-151-8/+10
* ocfs2/dlm: return in progress if master can not clear the refmap bit right nowxuejiufei2016-03-153-3/+17
* ocfs2/dlm: add DEREF_DONE messagexuejiufei2016-03-153-1/+138
* ocfs2/dlm: fix a typo in dlmcommon.hJoseph Qi2016-03-151-2/+2
* ocfs2: use spinlock_irqsave() to downconvert lock in ocfs2_osb_dump()jiangyiwen2016-03-151-2/+3
* ocfs2/cluster: replace the interrupt safe spinlocks with common onesjiangyiwen2016-03-151-6/+4
* Merge tag 'xfs-for-linus-4.5-rc7' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-111-103/+168
|\
| * xfs: only run torn log write detection on dirty logsBrian Foster2016-03-071-11/+31
| * xfs: refactor in-core log state update to helperBrian Foster2016-03-071-19/+33
| * xfs: refactor unmount record detection into helperBrian Foster2016-03-071-60/+93
| * xfs: separate log head record discovery from verificationBrian Foster2016-03-071-22/+20
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-03-112-4/+9
|\ \
| * | jffs2: reduce the breakage on recovery from halfway failed rename()Al Viro2016-03-071-3/+8
| * | ncpfs: fix a braino in OOM handling in ncp_fill_cache()Al Viro2016-03-071-1/+1
* | | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-091-0/+1
|\ \ \
| * | | ext4: iterate over buffer heads correctly in move_extent_per_page()Eryu Guan2016-03-091-0/+1
* | | | dax: check return value of dax_radix_entry()Ross Zwisler2016-03-091-1/+8
* | | | ocfs2: fix return value from ocfs2_page_mkwrite()Jan Kara2016-03-091-0/+4
* | | | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-03-073-6/+19
|\ \ \ \
| * | | | ovl: copy new uid/gid into overlayfs runtime inodeKonstantin Khlebnikov2016-03-031-0/+2
| * | | | ovl: ignore lower entries when checking purity of non-directory entriesKonstantin Khlebnikov2016-03-032-5/+14
| * | | | ovl: fix getcwd() failure after unsuccessful rmdirRui Wang2016-03-031-1/+2
| * | | | ovl: fix working on distributed fs as lower layerKonstantin Khlebnikov2016-03-031-0/+1
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2016-03-066-3/+48
|\ \ \ \ \
| * | | | | ceph: initial CEPH_FEATURE_FS_FILE_LAYOUT_V2 supportYan, Zheng2016-03-046-3/+48
| |/ / / /
* | | | | Merge branch 'for-linus2' of git://git.kernel.dk/linux-blockLinus Torvalds2016-03-042-13/+42
|\ \ \ \ \
| * | | | | writeback: flush inode cgroup wb switches instead of pinning super_blockTejun Heo2016-03-032-13/+42
* | | | | | Merge tag 'for-linus-20160304' of git://git.infradead.org/linux-mtdLinus Torvalds2016-03-045-51/+91
|\ \ \ \ \ \
| * | | | | | Fix directory hardlinks from deleted directoriesDavid Woodhouse2016-02-252-19/+62
| * | | | | | jffs2: Fix page lock / f->sem deadlockDavid Woodhouse2016-02-252-11/+11
| * | | | | | Revert "jffs2: Fix lock acquisition order bug in jffs2_write_begin"Thomas Betker2016-02-251-21/+18
* | | | | | | Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-03-041-1/+9
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Btrfs: fix loading of orphan roots leading to BUG_ONFilipe Manana2016-03-031-1/+9
* | | | | | | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2016-03-024-22/+36
|\ \ \ \ \ \ \
| * | | | | | | CIFS: Fix duplicate line introduced by clone_file_range patchSteve French2016-03-011-1/+0
| * | | | | | | Fix cifs_uniqueid_to_ino_t() function for s390xYadan Fan2016-02-291-8/+4
| * | | | | | | CIFS: Fix SMB2+ interim response processing for read requestsPavel Shilovsky2016-02-291-3/+18
| * | | | | | | cifs: fix out-of-bounds access in lease parsingJustin Maggard2016-02-291-10/+14
| | |_|/ / / / | |/| | | | |
* | | | | | | userfaultfd: don't block on the last VM updates at exit timeLinus Torvalds2016-03-021-0/+6
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-03-011-15/+5
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | / / | | |_|_|/ / | |/| | | |
| * | | | | use ->d_seq to get coherency between ->d_inode and ->d_flagsAl Viro2016-02-291-15/+5
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-02-273-37/+22
|\| | | | |
| * | | | | do_last(): ELOOP failure exit should be done after leaving RCU modeAl Viro2016-02-271-5/+4
| * | | | | should_follow_link(): validate ->d_seq after having decided to followAl Viro2016-02-271-0/+5
| * | | | | namei: ->d_inode of a pinned dentry is stable only for positivesAl Viro2016-02-271-2/+2
| * | | | | do_last(): don't let a bogus return value from ->open() et.al. to confuse usAl Viro2016-02-271-0/+4
| * | | | | fs: return -EOPNOTSUPP if clone is not supportedChristoph Hellwig2016-02-271-2/+4