summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* vfs: missed source of ->f_pos racesAl Viro2012-08-201-2/+8
* Merge branch 'vfs-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2012-08-183-5/+13
|\
| * vfs: fix propagation of atomic_open create error on negative dentrySage Weil2012-08-161-0/+4
| * fuse: check create mode in atomic openMiklos Szeredi2012-08-151-0/+3
| * vfs: pass right create mode to may_o_create()Miklos Szeredi2012-08-151-1/+1
| * vfs: atomic_open(): fix create mode usageMiklos Szeredi2012-08-151-1/+1
| * vfs: canonicalize create mode in build_open_flags()Miklos Szeredi2012-08-151-3/+4
* | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-08-175-27/+46
|\ \
| * | ext4: fix kernel BUG on large-scale rm -rf commandsTheodore Ts'o2012-08-171-0/+1
| * | ext4: fix long mount times on very big file systemsTheodore Ts'o2012-08-171-0/+4
| * | ext4: don't call ext4_error while block group is lockedTheodore Ts'o2012-08-172-26/+37
| * | ext4: avoid kmemcheck complaint from reading uninitialized memoryTheodore Ts'o2012-08-061-0/+1
| * | ext4: make sure the journal sb is written in ext4_clear_journal_err()Theodore Ts'o2012-08-062-1/+3
* | | autofs4 - fix expire checkIan Kent2012-08-171-5/+0Star
* | | autofs4 - fix get_next_positive_subdir()Ian Kent2012-08-161-18/+13Star
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2012-08-163-10/+40
|\ \ \ | |_|/ |/| |
| * | fuse: verify all ioctl retry iov elementsZach Brown2012-08-061-1/+1
| * | fuse: add missing INIT flagsMiklos Szeredi2012-07-181-1/+2
| * | fuse: update attributes on aio_readBrian Foster2012-07-181-5/+8
| * | fuse: invalidate inode mapping if mtime changesBrian Foster2012-07-181-3/+24
| * | fuse: add FUSE_AUTO_INVAL_DATA init flagBrian Foster2012-07-182-1/+6
* | | Merge branch 'for-linus-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-08-121-5/+0Star
|\ \ \
| * | | Btrfs: remove mnt_want_write call in btrfs_mksubvolAlexander Block2012-08-091-5/+0Star
| | |/ | |/|
* | | missed mnt_drop_write() in do_dentry_open()Al Viro2012-08-041-1/+1
* | | UBIFS: nuke pdflush from commentsArtem Bityutskiy2012-08-042-6/+6
* | | gfs2: nuke pdflush from commentsArtem Bityutskiy2012-08-041-1/+1
* | | nilfs2: nuke write_super from commentsArtem Bityutskiy2012-08-042-6/+0Star
* | | hfs: nuke write_super from commentsArtem Bityutskiy2012-08-041-2/+2
* | | vfs: nuke pdflush from commentsArtem Bityutskiy2012-08-041-1/+1
* | | jbd/jbd2: nuke write_super from commentsArtem Bityutskiy2012-08-042-4/+4
* | | btrfs: nuke pdflush from commentsArtem Bityutskiy2012-08-042-2/+3
* | | btrfs: nuke write_super from commentsArtem Bityutskiy2012-08-042-8/+0Star
* | | ext4: nuke pdflush from commentsArtem Bityutskiy2012-08-041-1/+1
* | | ext4: nuke write_super from commentsArtem Bityutskiy2012-08-042-19/+0Star
* | | ext3: nuke write_super from commentsArtem Bityutskiy2012-08-042-19/+0Star
* | | vfs: kill write_super and sync_supersArtem Bityutskiy2012-08-031-40/+0Star
* | | Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds2012-08-033-27/+25Star
|\ \ \ | |/ / |/| |
| * | ore: Fix out-of-bounds access in _ios_obj()Boaz Harrosh2012-08-021-7/+7
| * | exofs: Use proper max_IO calculations from oreBoaz Harrosh2012-08-021-6/+4Star
| * | exofs: Fix __r4w_get_page when offset is beyond i_sizeBoaz Harrosh2012-08-021-3/+12
| * | exofs: stop using s_dirtArtem Bityutskiy2012-08-021-11/+0Star
| * | exofs: readpage_strip: Add a BUG_ON to check for PageLocked(page)Kautuk Consul2012-08-021-0/+2
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2012-08-023-66/+40Star
|\ \ \
| * | | ceph: simplify+fix atomic_openSage Weil2012-08-023-66/+40Star
* | | | Merge tag 'ecryptfs-3.6-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-08-027-316/+158Star
|\ \ \ \
| * | | | eCryptfs: check for eCryptfs cipher support at mountTim Sally2012-07-141-0/+13
| * | | | eCryptfs: Revert to a writethrough cache modelTyler Hicks2012-07-143-63/+15Star
| * | | | eCryptfs: Initialize empty lower files when opening themTyler Hicks2012-07-083-28/+49
| * | | | eCryptfs: Unlink lower inode when ecryptfs_create() failsTyler Hicks2012-07-081-23/+32
| * | | | eCryptfs: Make all miscdev functions use daemon ptr in file private_dataTyler Hicks2012-07-083-172/+47Star