summaryrefslogtreecommitdiff
path: root/fs (follow)
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | | | | | jbd2: gate checksum calculations on crc driver presence, not sb flagsDarrick J. Wong2015-10-15
| * | | | | | | | | | | | | | | ext4: use private version of page_zero_new_buffers() for data=journal modeTheodore Ts'o2015-10-15
| * | | | | | | | | | | | | | | ext4 crypto: fix bugs in ext4_encrypted_zeroout()Theodore Ts'o2015-10-03
| * | | | | | | | | | | | | | | ext4 crypto: replace some BUG_ON()'s with error checksTheodore Ts'o2015-10-03
| * | | | | | | | | | | | | | | ext4 crypto: ext4_page_crypto() doesn't need a encryption contextTheodore Ts'o2015-10-03
| * | | | | | | | | | | | | | | ext4: optimize ext4_writepage() for attempted 4k delalloc writesTheodore Ts'o2015-10-03
| * | | | | | | | | | | | | | | ext4 crypto: fix memory leak in ext4_bio_write_page()Theodore Ts'o2015-10-02
| * | | | | | | | | | | | | | | ext4: move procfs registration code to fs/ext4/sysfs.cTheodore Ts'o2015-09-23
| * | | | | | | | | | | | | | | ext4: refactor sysfs support codeTheodore Ts'o2015-09-23
| * | | | | | | | | | | | | | | ext4: move sysfs code from super.c to fs/ext4/sysfs.cTheodore Ts'o2015-09-23
| | |_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge tag 'trace-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2015-11-06
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | tracefs: Fix refcount imbalance in start_creating()Daniel Borkmann2015-11-04
| |/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Merge tag 'for-linus-20151106' of git://git.infradead.org/linux-mtdLinus Torvalds2015-11-06
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | jffs2: fix a memleak in read_direntry()Wei Fang2015-10-04
| * | | | | | | | | | | | | | jffs2: remove unneeded kfreefangwei2015-09-28
| * | | | | | | | | | | | | | jffs2: remove unnecessary new_valid_dev checkYaowei Bai2015-09-28
| * | | | | | | | | | | | | | jffs2: drop null test before destroy functionsJulia Lawall2015-09-21
| | |_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-11-05
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | mm, oom: add comment for why oom_adj existsDavid Rientjes2015-11-05
| * | | | | | | | | | | | | | mm: clear_soft_dirty_pmd() requires THPLaurent Dufour2015-11-05
| * | | | | | | | | | | | | | mm: clear pte in clear_soft_dirty()Laurent Dufour2015-11-05
| * | | | | | | | | | | | | | mm/filemap.c: make global sync not clear error status of individual inodesJunichi Nomura2015-11-05
| * | | | | | | | | | | | | | mm: hugetlb: proc: add HugetlbPages field to /proc/PID/statusNaoya Horiguchi2015-11-05
| * | | | | | | | | | | | | | mm: hugetlb: proc: add hugetlb-related fields to /proc/PID/smapsNaoya Horiguchi2015-11-05
| * | | | | | | | | | | | | | 9p: do not overwrite return code when locking failsDominique Martinet2015-11-05
| * | | | | | | | | | | | | | ocfs2: clean up unused variable in ocfs2_duplicate_clusters_by_page()Joseph Qi2015-11-05
| * | | | | | | | | | | | | | ocfs2: add uuid to ocfs2 thread name for problem analysisJoseph Qi2015-11-05
| * | | | | | | | | | | | | | ocfs2: should reclaim the inode if '__ocfs2_mknod_locked' returns an erroralex chen2015-11-05
| * | | | | | | | | | | | | | ocfs2: fix race between mount and delete node/clusterJoseph Qi2015-11-05
| * | | | | | | | | | | | | | ocfs2: only take lock if dio entry when recover orphansJoseph Qi2015-11-05
| * | | | | | | | | | | | | | ocfs2: do not include dio entry in case of orphan scanJoseph Qi2015-11-05
| * | | | | | | | | | | | | | ocfs2: improve performance for localallocJoseph Qi2015-11-05
| * | | | | | | | | | | | | | ocfs2: fill in the unused portion of the block with zeros by dio_zero_block()jiangyiwen2015-11-05
| * | | | | | | | | | | | | | ocfs2_direct_IO_write() misses ocfs2_is_overwrite() error codeNorton.Zhu2015-11-05
| * | | | | | | | | | | | | | logfs: fix build warningSudip Mukherjee2015-11-05
| * | | | | | | | | | | | | | inotify: actually check for invalid bits in sys_inotify_add_watch()Dave Hansen2015-11-05
| * | | | | | | | | | | | | | inotify: hide internal kernel bits from fdinfoDave Hansen2015-11-05
| | |_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | vfs: clear remainder of 'full_fds_bits' in dup_fd()Eric Biggers2015-11-05
* | | | | | | | | | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2015-11-05
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | KEYS: Merge the type-specific data with the payload dataDavid Howells2015-10-21
| * | | | | | | | | | | | | | sysfs: added __compat_only_sysfs_link_entry_to_kobj()Jarkko Sakkinen2015-10-19
| | |_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2015-11-05
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | namei: permit linking with CAP_FOWNER in usernsDirk Steinmetz2015-10-27
| | |_|/ / / / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-11-05
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | pstore: fix code comment to match codeGeliang Tang2015-11-02
| * | | | | | | | | | | | | | pstore: Fix return type of pstore_is_mounted()Geliang Tang2015-10-22
| * | | | | | | | | | | | | | pstore: add pstore unregisterGeliang Tang2015-10-22
| * | | | | | | | | | | | | | pstore: add a helper function pstore_register_kmsgGeliang Tang2015-10-21
| * | | | | | | | | | | | | | pstore: add vmalloc error checkGeliang Tang2015-10-21
| | |_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge tag 'for-f2fs-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2015-11-05
|\ \ \ \ \ \ \ \ \ \ \ \ \ \