Age | Commit message (Expand) | Author | Files | Lines |
2015-04-12 | ext4 crypto: implement the ext4 decryption read path | Michael Halcrow | 3 | -3/+88 |
2015-04-12 | ext4 crypto: implement the ext4 encryption write path | Michael Halcrow | 4 | -6/+173 |
2015-04-12 | ext4 crypto: inherit encryption policies on inode and directory create | Michael Halcrow | 1 | -1/+20 |
2015-04-12 | ext4 crypto: enforce context consistency | Theodore Ts'o | 1 | -1/+23 |
2015-04-12 | ext4 crypto: add encryption key management facilities | Michael Halcrow | 4 | -1/+179 |
2015-04-12 | ext4 crypto: add ext4 encryption facilities | Michael Halcrow | 6 | -1/+682 |
2015-04-11 | ext4 crypto: add encryption policy and password salt support | Michael Halcrow | 5 | -0/+317 |
2015-04-11 | ext4 crypto: add encryption xattr support | Michael Halcrow | 1 | -0/+3 |
2015-04-11 | ext4 crypto: export ext4_empty_dir() | Michael Halcrow | 2 | -5/+7 |
2015-04-11 | ext4 crypto: add ext4 encryption Kconfig | Theodore Ts'o | 1 | -0/+17 |
2015-04-11 | ext4 crypto: reserve codepoints used by the ext4 encryption feature | Theodore Ts'o | 1 | -3/+13 |
2015-04-08 | ext4 crypto: add ext4_mpage_readpages() | Theodore Ts'o | 4 | -3/+271 |
2015-04-03 | ext4: make fsync to sync parent dir in no-journal for real this time | Lukas Czerner | 1 | -9/+11 |
2015-04-03 | ext4: don't release reserved space for previously allocated cluster | Eric Whitney | 1 | -13/+1 |
2015-04-03 | ext4: fix loss of delalloc extent info in ext4_zero_range() | Eric Whitney | 1 | -13/+0 |
2015-04-03 | ext4: allocate entire range in zero range | Lukas Czerner | 1 | -12/+19 |
2015-04-03 | ext4: remove unnecessary lock/unlock of i_block_reservation_lock | Maurizio Lombardi | 1 | -2/+0 |
2015-04-03 | ext4: remove block_device_ejected | Christoph Hellwig | 1 | -17/+1 |
2015-04-03 | ext4: remove useless condition in if statement. | Wei Yuan | 1 | -2/+1 |
2015-04-03 | ext4: remove unused header files | Sheng Yong | 17 | -25/+0 |
2015-04-02 | ext4: fix comments in ext4_can_extents_be_merged() | Xiaoguang Wang | 1 | -6/+0 |
2015-04-02 | ext4: fix transposition typo in format string | Rasmus Villemoes | 1 | -1/+1 |
2015-04-02 | ext4: fix bh leak on error paths in ext4_rename() and ext4_cross_rename() | Konstantin Khlebnikov | 1 | -6/+15 |
2015-03-17 | fs: add dirtytime_expire_seconds sysctl | Theodore Ts'o | 3 | -0/+22 |
2015-03-17 | fs: make sure the timestamps for lazytime inodes eventually get written | Theodore Ts'o | 2 | -10/+73 |
2015-03-03 | Linux 4.0-rc2v4.0-rc2 | Linus Torvalds | 1 | -1/+1 |
2015-03-03 | drm/i915: Fix modeset state confusion in the load detect code | Daniel Vetter | 1 | -0/+1 |
2015-03-03 | Merge tag 'gpio-v4.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linu... | Linus Torvalds | 2 | -8/+15 |
2015-03-03 | Merge branch 'fixes-for-4.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 12 | -67/+145 |
2015-03-03 | Merge tag 'md/4.0-fixes' of git://neil.brown.name/md | Linus Torvalds | 3 | -12/+20 |
2015-03-03 | Merge tag 'metag-fixes-v4.0-1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -2/+2 |
2015-03-01 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 3 | -3/+9 |
2015-03-01 | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 4 | -16/+13 |
2015-03-01 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 9 | -22/+72 |
2015-03-01 | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 1 | -0/+1 |
2015-03-01 | Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne... | Ingo Molnar | 7 | -8/+30 |
2015-03-01 | locking/rtmutex: Set state back to running on error | Sebastian Andrzej Siewior | 1 | -0/+1 |
2015-02-28 | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 31 | -98/+235 |
2015-02-28 | Merge branch 'for-linus' of git://git.kernel.dk/linux-block | Linus Torvalds | 2 | -41/+61 |
2015-02-28 | Merge tag 'xfs-for-linus-4.0-rc2' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 6 | -31/+41 |
2015-02-28 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 18 | -35/+90 |
2015-02-28 | mm: add missing __PAGETABLE_{PUD,PMD}_FOLDED defines | Kirill A. Shutemov | 6 | -0/+10 |
2015-02-28 | mm: page_alloc: revert inadvertent !__GFP_FS retry behavior change | Johannes Weiner | 1 | -1/+8 |
2015-02-28 | kernel/sys.c: fix UNAME26 for 4.0 | Jon DeVree | 1 | -1/+2 |
2015-02-28 | mm: memcontrol: use "max" instead of "infinity" in control knobs | Johannes Weiner | 2 | -8/+8 |
2015-02-28 | zram: use proper type to update max_used_pages | Joonsoo Kim | 1 | -1/+1 |
2015-02-28 | drivers/rtc/rtc-ds1685.c: fix conditional in ds1685_rtc_sysfs_time_regs_{show... | Joshua Kinard | 1 | -2/+2 |
2015-02-28 | nilfs2: fix potential memory overrun on inode | Ryusuke Konishi | 1 | -3/+44 |
2015-02-28 | scripts/gdb: add empty package initialization script | Jan Kiszka | 1 | -0/+1 |
2015-02-28 | rtc: ds1685: remove superfluous checks for out-of-range u8 values | Geert Uytterhoeven | 1 | -6/+6 |