| Commit message (Expand) | Author | Age | ||
|---|---|---|---|---|
| ... | ||||
| | * | | | | | | | | | | | | | | | | | | Btrfs: fall into nocompression codes quickly if possible | Wang Shilong | 2014-09-17 | |
| | * | | | | | | | | | | | | | | | | | | Btrfs: fix wrong skipping compression for an inode | Wang Shilong | 2014-09-17 | |
| | * | | | | | | | | | | | | | | | | | | Btrfs: fix sparse warning | Fabian Frederick | 2014-09-17 | |
| | * | | | | | | | | | | | | | | | | | | Btrfs: use BUG_ON | HIMANGI SARAOGI | 2014-09-17 | |
| | * | | | | | | | | | | | | | | | | | | btrfs compression: merge inflate and deflate z_streams | Sergey Senozhatsky | 2014-09-17 | |
| | * | | | | | | | | | | | | | | | | | | Btrfs: set error return value in btrfs_get_blocks_direct | Filipe Manana | 2014-09-17 | |
| | * | | | | | | | | | | | | | | | | | | Btrfs: reduce size of struct extent_state | Filipe Manana | 2014-09-17 | |
| | * | | | | | | | | | | | | | | | | | | btrfs: use PTR_ERR_OR_ZERO | Fabian Frederick | 2014-09-17 | |
| | * | | | | | | | | | | | | | | | | | | Btrfs: print btrfs specific info for some fatal error cases | Wang Shilong | 2014-09-17 | |
| | * | | | | | | | | | | | | | | | | | | Btrfs: fix writing data into the seed filesystem | Miao Xie | 2014-09-17 | |
| | * | | | | | | | | | | | | | | | | | | Btrfs: make defragment work with nodatacow option | Wang Shilong | 2014-09-17 | |
| | * | | | | | | | | | | | | | | | | | | btrfs: label should not contain return char | Satoru Takeuchi | 2014-09-17 | |
| | * | | | | | | | | | | | | | | | | | | btrfs: device delete must be sysloged | Anand Jain | 2014-09-17 | |
| | * | | | | | | | | | | | | | | | | | | btrfs: device add must be sysloged | Anand Jain | 2014-09-17 | |
| | * | | | | | | | | | | | | | | | | | | Btrfs: clear compress-force when remounting with compress option | Wang Shilong | 2014-09-17 | |
| | * | | | | | | | | | | | | | | | | | | btrfs: use DIV_ROUND_UP instead of open-coded variants | David Sterba | 2014-09-17 | |
| | * | | | | | | | | | | | | | | | | | | btrfs: clean away stripe_align helper | David Sterba | 2014-09-17 | |
| | * | | | | | | | | | | | | | | | | | | btrfs: use nodesize everywhere, kill leafsize | David Sterba | 2014-09-17 | |
| | * | | | | | | | | | | | | | | | | | | btrfs: kill the key type accessor helpers | David Sterba | 2014-09-17 | |
| | * | | | | | | | | | | | | | | | | | | btrfs: make close_ctree return void | David Sterba | 2014-09-17 | |
| | * | | | | | | | | | | | | | | | | | | btrfs: cleanup ino cache members of btrfs_root | David Sterba | 2014-09-17 | |
| | * | | | | | | | | | | | | | | | | | | btrfs: clenaup: don't call btrfs_release_path before free_path | David Sterba | 2014-09-17 | |
| | * | | | | | | | | | | | | | | | | | | btrfs: remove obsolete comment in btrfs_clean_one_deleted_snapshot | David Sterba | 2014-09-17 | |
| * | | | | | | | | | | | | | | | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 2014-10-11 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | | | | | | | | | | udf: Fix loading of special inodes | Jan Kara | 2014-10-09 | |
| | * | | | | | | | | | | | | | | | | | | | ocfs2: Back out change to use OCFS2_MAXQUOTAS in ocfs2_setattr() | Jan Kara | 2014-09-30 | |
| | * | | | | | | | | | | | | | | | | | | | udf: remove redundant sys_tz declaration | Fabian Frederick | 2014-09-29 | |
| | * | | | | | | | | | | | | | | | | | | | ocfs2: Don't use MAXQUOTAS value | Jan Kara | 2014-09-17 | |
| | * | | | | | | | | | | | | | | | | | | | reiserfs: Don't use MAXQUOTAS value | Jan Kara | 2014-09-17 | |
| | * | | | | | | | | | | | | | | | | | | | ext3: Don't use MAXQUOTAS value | Jan Kara | 2014-09-17 | |
| | * | | | | | | | | | | | | | | | | | | | udf: Fix race between write(2) and close(2) | Jan Kara | 2014-09-17 | |
| * | | | | | | | | | | | | | | | | | | | | Merge tag 'ecryptfs-3.18-fixes' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2014-10-11 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | | | | | | | | | | | ecryptfs: remove unneeded buggy code in ecryptfs_do_create() | Alexey Khoroshilov | 2014-10-06 | |
| | * | | | | | | | | | | | | | | | | | | | | ecryptfs: avoid to access NULL pointer when write metadata in xattr | Chao Yu | 2014-10-05 | |
| | * | | | | | | | | | | | | | | | | | | | | ecryptfs: remove unnecessary break after goto | Fabian Frederick | 2014-07-14 | |
| | * | | | | | | | | | | | | | | | | | | | | ecryptfs: Remove unnecessary include of syscall.h in keystore.c | Steven Rostedt | 2014-07-03 | |
| | * | | | | | | | | | | | | | | | | | | | | fs/ecryptfs/messaging.c: remove null test before kfree | Fabian Frederick | 2014-07-03 | |
| | * | | | | | | | | | | | | | | | | | | | | ecryptfs: Drop cast | Himangi Saraogi | 2014-07-03 | |
| | * | | | | | | | | | | | | | | | | | | | | Use %pd in eCryptFS | David Howells | 2013-12-17 | |
| * | | | | | | | | | | | | | | | | | | | | | Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2014-10-11 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | ||||
| | * | | | | | | | | | | | | | | | | | | | | GFS2: use _RET_IP_ instead of (unsigned long)__builtin_return_address(0) | Fabian Frederick | 2014-10-08 | |
| | * | | | | | | | | | | | | | | | | | | | | GFS2: Use gfs2_rbm_incr in rgblk_free | Bob Peterson | 2014-10-03 | |
| | * | | | | | | | | | | | | | | | | | | | | GFS2: Make rename not save dirent location | Bob Peterson | 2014-10-01 | |
| | * | | | | | | | | | | | | | | | | | | | | GFS2: fix bad inode i_goal values during block allocation | Abhi Das | 2014-09-19 | |
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | | | | | | | | Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p... | Linus Torvalds | 2014-10-10 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | | | | | | | | | | | percpu_ref: add PERCPU_REF_INIT_* flags | Tejun Heo | 2014-09-24 | |
| | * | | | | | | | | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/axb... | Tejun Heo | 2014-09-24 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | | | | | | | | | | | | percpu-refcount: add @gfp to percpu_ref_init() | Tejun Heo | 2014-09-08 | |
| | * | | | | | | | | | | | | | | | | | | | | | percpu_counter: add @gfp to percpu_counter_init() | Tejun Heo | 2014-09-08 | |
| * | | | | | | | | | | | | | | | | | | | | | | Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c... | Linus Torvalds | 2014-10-10 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
