summaryrefslogtreecommitdiff
path: root/fs (follow)
Commit message (Expand)AuthorAge
...
| | * | | | | | | | | | | fuse: Fix oops at process_init_reply()Miklos Szeredi2018-09-05
| | * | | | | | | | | | | fuse: umount should wait for all requestsMiklos Szeredi2018-09-05
| | * | | | | | | | | | | fuse: fix unlocked access to processing queueMiklos Szeredi2018-09-05
| | * | | | | | | | | | | fuse: fix double request_end()Miklos Szeredi2018-09-05
| | * | | | | | | | | | | fuse: Don't access pipe->buffers without pipe_lock()Andrey Ryabinin2018-09-05
| | * | | | | | | | | | | ext4: reset error code in ext4_find_entry in fallbackEric Sandeen2018-09-05
| | * | | | | | | | | | | ext4: sysfs: print ext4_super_block fields as little-endianArnd Bergmann2018-09-05
| | * | | | | | | | | | | ext4: check for NUL characters in extended attribute's nameTheodore Ts'o2018-09-05
| | * | | | | | | | | | | btrfs: don't leak ret from do_chunk_allocJosef Bacik2018-09-05
| | * | | | | | | | | | | smb3: don't request leases in symlink creation and querySteve French2018-09-05
| | * | | | | | | | | | | smb3: Do not send SMB3 SET_INFO if nothing changedSteve French2018-09-05
| | * | | | | | | | | | | cifs: check kmalloc before useNicholas Mc Guire2018-09-05
| | * | | | | | | | | | | cifs: add missing debug entries for kconfig optionsSteve French2018-09-05
| | * | | | | | | | | | | cachefiles: Wait rather than BUG'ing on "Unexpected object collision"Kiran Kumar Modukuri2018-09-05
| | * | | | | | | | | | | cachefiles: Fix refcounting bug in backing-file read monitoringKiran Kumar Modukuri2018-09-05
| | * | | | | | | | | | | fscache: Allow cancelled operations to be enqueuedKiran Kumar Modukuri2018-09-05
| | | |_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | |
* | | | | | | | | | | | aio: hold an extra file reference over AIO read/write operationsChristoph Hellwig2018-09-10
* | | | | | | | | | | | Merge android-4.4.153 (5e24b4e) into msm-4.4Srinivasarao P2018-08-28
|\| | | | | | | | | | | | |_|/ / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Merge 4.4.153 into android-4.4Greg Kroah-Hartman2018-08-28
| |\| | | | | | | | |
| | * | | | | | | | | ovl: warn instead of error if d_type is not supportedVivek Goyal2018-08-28
| | * | | | | | | | | ovl: Do d_type check only if work dir creation was successfulVivek Goyal2018-08-28
| | * | | | | | | | | ovl: Ensure upper filesystem supports d_typeVivek Goyal2018-08-28
| | | |_|_|_|_|_|_|/ | | |/| | | | | | |
| * | | | | | | | | Merge 4.4.152 into android-4.4Greg Kroah-Hartman2018-08-24
| |\| | | | | | | |
| | * | | | | | | | reiserfs: fix broken xattr handling (heap corruption, bad retval)Jann Horn2018-08-24
| | * | | | | | | | ext4: fix spectre gadget in ext4_mb_regular_allocator()Jeremy Cline2018-08-24
| | | |_|_|_|_|_|/ | | |/| | | | | |
* | | | | | | | | Merge android-4.4.148 (f057ff9) into msm-4.4Srinivasarao P2018-08-24
|\| | | | | | | |
| * | | | | | | | Merge 4.4.148 into android-4.4Greg Kroah-Hartman2018-08-15
| |\| | | | | | |
| | * | | | | | | fix __legitimize_mnt()/mntput() raceAl Viro2018-08-15
| | * | | | | | | fix mntput/mntput raceAl Viro2018-08-15
| | * | | | | | | root dentries need RCU-delayed freeingAl Viro2018-08-15
| | * | | | | | | ext4: fix check to prevent initializing reserved inodesTheodore Ts'o2018-08-15
| | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | Merge 4.4.147 into android-4.4Greg Kroah-Hartman2018-08-09
| |\| | | | | |
| | * | | | | | jfs: Fix inconsistency between memory allocation and ea_buf->max_sizeShankara Pailoor2018-08-09
| | * | | | | | ext4: fix false negatives *and* false positives in ext4_check_descriptors()Theodore Ts'o2018-08-09
| | | |_|_|_|/ | | |/| | | |
* | | | | | | Merge "Merge android-4.4.146 (13962260) into msm-4.4"Linux Build Service Account2018-08-14
|\ \ \ \ \ \ \
| * | | | | | | Merge android-4.4.146 (13962260) into msm-4.4Srinivasarao P2018-08-07
| |\| | | | | |
| | * | | | | | Merge 4.4.146 into android-4.4Greg Kroah-Hartman2018-08-06
| | |\| | | | |
| | | * | | | | squashfs: more metadata hardeningsLinus Torvalds2018-08-06
| | | * | | | | squashfs: more metadata hardeningLinus Torvalds2018-08-06
| | | * | | | | ext4: check for allocation block validity with block group lockedTheodore Ts'o2018-08-06
| | | * | | | | ext4: fix inline data updates with checksums enabledTheodore Ts'o2018-08-06
| | | * | | | | squashfs: be more careful about metadata corruptionLinus Torvalds2018-08-06
| | | * | | | | btrfs: qgroup: Finish rescan when hit the last leaf of extent treeQu Wenruo2018-08-06
| | | * | | | | btrfs: add barriers to btrfs_sync_log before log_commit_wait wakeupsDavid Sterba2018-08-06
| | | * | | | | f2fs: fix to don't trigger writeback during recoveryChao Yu2018-08-06
| | | * | | | | disable loading f2fs module on PAGE_SIZE > 4KBAnatoly Pugachev2018-08-06
| | | * | | | | nfsd: fix potential use-after-free in nfsd4_decode_getdeviceinfoScott Mayhew2018-08-06
| | | | |_|_|/ | | | |/| | |
* | | | | | | Merge "Merge android-4.4.145 (05670d3) into msm-4.4"Linux Build Service Account2018-08-14
|\| | | | | |
| * | | | | | Merge android-4.4.144 (4b2d6ba) into msm-4.4Srinivasarao P2018-08-03
| |\| | | | |
| | * | | | | Merge 4.4.144 into android-4.4Greg Kroah-Hartman2018-07-31
| | |\| | | |