summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2015-11-26ext4: fix an endianness bug in ext4_encrypted_zeroout()Al Viro
2015-11-24jbd2: Fix unreclaimed pages after truncate in data=journal modeJan Kara
2015-11-24ext4: Fix handling of extended tv_secDavid Turner
2015-10-29fs/ext4: remove unnecessary new_valid_dev checkYaowei Bai
2015-10-19ext4: fix abs() usage in ext4_mb_check_group_paJohn Stultz
2015-10-19ext4: do not allow journal_opts for fs w/o journalDmitry Monakhov
2015-10-19ext4: explicit mount options parsing cleanupDmitry Monakhov
2015-10-18ext4, jbd2: ensure entering into panic after recording an error in superblockDaeho Jeong
2015-10-18[PATCH] fix calculation of meta_bg descriptor backupsAndy Leiserson
2015-10-18ext4: fix potential use after free in __ext4_journal_stopLukas Czerner
2015-10-18jbd2: fix checkpoint list cleanupJan Kara
2015-10-18ext4: fix xfstest generic/269 double revoked buffer bug with bigallocDaeho Jeong
2015-10-18ext4: make the bitmap read routines return real error codesDarrick J. Wong
2015-10-17jbd2: clean up feature test macros with predicate functionsDarrick J. Wong
2015-10-17ext4: clean up feature test macros with predicate functionsDarrick J. Wong
2015-10-17ext4: call out CRC and corruption errors with specific error codesDarrick J. Wong
2015-10-17ext4: store checksum seed in superblockDarrick J. Wong
2015-10-17ext4: reserve code points for the project quota featureTheodore Ts'o
2015-10-15ext4: promote ext4 over ext2 in the default probe orderDarrick J. Wong
2015-10-15jbd2: gate checksum calculations on crc driver presence, not sb flagsDarrick J. Wong
2015-10-15ext4: use private version of page_zero_new_buffers() for data=journal modeTheodore Ts'o
2015-10-03ext4 crypto: fix bugs in ext4_encrypted_zeroout()Theodore Ts'o
2015-10-03ext4 crypto: replace some BUG_ON()'s with error checksTheodore Ts'o
2015-10-03ext4 crypto: ext4_page_crypto() doesn't need a encryption contextTheodore Ts'o
2015-10-03ext4: optimize ext4_writepage() for attempted 4k delalloc writesTheodore Ts'o
2015-10-03ext4 crypto: fix memory leak in ext4_bio_write_page()Theodore Ts'o
2015-09-23ext4: move procfs registration code to fs/ext4/sysfs.cTheodore Ts'o
2015-09-23ext4: refactor sysfs support codeTheodore Ts'o
2015-09-23ext4: move sysfs code from super.c to fs/ext4/sysfs.cTheodore Ts'o
2015-09-20Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2015-09-20fs-writeback: unplug before cond_resched in writeback_sb_inodesChris Mason
2015-09-18userfaultfd: add missing mmput() in error pathEric Biggers
2015-09-16blockdev: don't set S_DAX for misaligned partitionsJeff Moyer
2015-09-16dax: fix O_DIRECT I/O to the last block of a blockdevJeff Moyer
2015-09-14Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2015-09-12Merge branch 'writeback-plugging'Linus Torvalds
2015-09-12writeback: plug writeback in wb_writeback() and writeback_inodes_wb()Linus Torvalds
2015-09-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-09-12[CIFS] mount option sec=none not displayed properly in /proc/mountsSteve French
2015-09-11revert "ocfs2/dlm: use list_for_each_entry instead of list_for_each"Andrew Morton
2015-09-11fs/seq_file: convert int seq_vprint/seq_printf/etc... returns to voidJoe Perches
2015-09-11Revert "writeback: plug writeback at a high level"Linus Torvalds
2015-09-11Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-09-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2015-09-11Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2015-09-11CIFS: fix type confusion in copy offload ioctlJann Horn
2015-09-11Merge branch 'for-4.3/blkcg' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-09-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-09-10mm: mark most vm_operations_struct constKirill A. Shutemov
2015-09-10namei: fix warning while make xmldocs caused by namei.cMasanari Iida