Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | | | btrfs: initialize the seq counter in struct btrfs_device | Sebastian Andrzej Siewior | 2016-01-15 | 1 | -0/+1 | |
| | * | | | | | | | | | Btrfs: fix output of compression message in btrfs_parse_options() | Tsutomu Itoh | 2016-01-15 | 1 | -7/+22 | |
| | * | | | | | | | | | Btrfs: Initialize btrfs_root->highest_objectid when loading tree root and sub... | Chandan Rajendra | 2016-01-15 | 4 | -8/+33 | |
| * | | | | | | | | | | Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel... | Chris Mason | 2016-01-19 | 7 | -24/+32 | |
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / | |/| | | | | | | | | | ||||||
| | * | | | | | | | | | btrfs: remove duplicate const specifier | Colin Ian King | 2016-01-19 | 1 | -1/+1 | |
| | * | | | | | | | | | Btrfs: clean up an error code in btrfs_init_space_info() | Dan Carpenter | 2016-01-15 | 1 | -1/+1 | |
| | * | | | | | | | | | btrfs: fix iterator with update error in backref.c | Geliang Tang | 2016-01-15 | 1 | -5/+5 | |
| | * | | | | | | | | | btrfs: cleanup, stop casting for extent_map->lookup everywhere | Jeff Mahoney | 2016-01-15 | 6 | -17/+25 | |
* | | | | | | | | | | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 2016-01-22 | 12 | -271/+867 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | ext4: add FS_IOC_FSSETXATTR/FS_IOC_FSGETXATTR interface support | Li Xi | 2016-01-08 | 2 | -87/+336 | |
| * | | | | | | | | | | | ext4: add project quota support | Li Xi | 2016-01-08 | 2 | -6/+61 | |
| * | | | | | | | | | | | ext4: adds project ID support | Li Xi | 2016-01-08 | 5 | -4/+68 | |
| * | | | | | | | | | | | ext4 crypto: simplify interfaces to directory entry insert functions | Theodore Ts'o | 2016-01-08 | 3 | -17/+11 | |
| * | | | | | | | | | | | ext4 crypto: add missing locking for keyring_key access | Theodore Ts'o | 2015-12-10 | 1 | -0/+4 | |
| * | | | | | | | | | | | ext4: use pre-zeroed blocks for DAX page faults | Jan Kara | 2015-12-07 | 3 | -36/+74 | |
| * | | | | | | | | | | | ext4: implement allocation of pre-zeroed blocks | Jan Kara | 2015-12-07 | 3 | -3/+34 | |
| * | | | | | | | | | | | ext4: provide ext4_issue_zeroout() | Jan Kara | 2015-12-07 | 4 | -15/+23 | |
| * | | | | | | | | | | | ext4: get rid of EXT4_GET_BLOCKS_NO_LOCK flag | Jan Kara | 2015-12-07 | 2 | -26/+21 | |
| * | | | | | | | | | | | ext4: document lock ordering | Jan Kara | 2015-12-07 | 1 | -0/+30 | |
| * | | | | | | | | | | | ext4: fix races of writeback with punch hole and zero range | Jan Kara | 2015-12-07 | 3 | -1/+42 | |
| * | | | | | | | | | | | ext4: fix races between buffered IO and collapse / insert range | Jan Kara | 2015-12-07 | 1 | -28/+31 | |
| * | | | | | | | | | | | ext4: move unlocked dio protection from ext4_alloc_file_blocks() | Jan Kara | 2015-12-07 | 1 | -11/+10 | |
| * | | | | | | | | | | | ext4: fix races between page faults and hole punching | Jan Kara | 2015-12-07 | 6 | -42/+127 | |
* | | | | | | | | | | | | Merge tag 'xfs-for-linus-4.5-2' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2016-01-22 | 7 | -102/+114 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'xfs-misc-fixes-for-4.5-3' into for-next | Dave Chinner | 2016-01-19 | 2 | -1/+10 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | xfs: log mount failures don't wait for buffers to be released | Dave Chinner | 2016-01-19 | 1 | -0/+10 | |
| | * | | | | | | | | | | | | Revert "xfs: clear PF_NOFREEZE for xfsaild kthread" | Dave Chinner | 2016-01-19 | 1 | -1/+0 | |
| | | |_|_|_|_|_|_|/ / / / | | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge branch 'xfs-setxattr-promotion' into for-next | Dave Chinner | 2016-01-19 | 5 | -101/+104 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | xfs: introduce per-inode DAX enablement | Dave Chinner | 2016-01-04 | 4 | -12/+51 | |
| | * | | | | | | | | | | | | xfs: use FS_XFLAG definitions directly | Dave Chinner | 2016-01-04 | 4 | -74/+53 | |
| | * | | | | | | | | | | | | fs: XFS_IOC_FS[SG]SETXATTR to FS_IOC_FS[SG]ETXATTR promotion | Dave Chinner | 2016-01-04 | 1 | -33/+18 | |
| | |/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2016-01-22 | 3 | -6/+49 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | [regression] fix braino in fs/dlm/user.c | Al Viro | 2016-01-21 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | pipe: limit the per-user amount of pages allocated in pipes | Willy Tarreau | 2016-01-19 | 1 | -2/+45 | |
| * | | | | | | | | | | | | | find_filesystem(): simplify comparison | Al Viro | 2016-01-19 | 1 | -3/+3 | |
* | | | | | | | | | | | | | | ocfs2: NFS hangs in __ocfs2_cluster_lock due to race with ocfs2_unblock_lock | Tariq Saeed | 2016-01-21 | 1 | -0/+6 | |
* | | | | | | | | | | | | | | reiserfs: fix dereference of ERR_PTR | Sudip Mukherjee | 2016-01-21 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | thp: change pmd_trans_huge_lock() interface to return ptl | Kirill A. Shutemov | 2016-01-21 | 1 | -4/+8 | |
* | | | | | | | | | | | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2016-01-21 | 15 | -86/+313 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | fs/adfs/adfs.h: tidy up comments | Andrew Morton | 2016-01-20 | 1 | -14/+14 | |
| * | | | | | | | | | | | | | | fs/overlayfs/super.c needs pagemap.h | Andrew Morton | 2016-01-20 | 1 | -0/+1 | |
| * | | | | | | | | | | | | | | proc read mm's {arg,env}_{start,end} with mmap semaphore taken. | Mateusz Guzik | 2016-01-20 | 1 | -3/+10 | |
| * | | | | | | | | | | | | | | fs/coredump: prevent "" / "." / ".." core path components | Jann Horn | 2016-01-20 | 1 | -0/+20 | |
| * | | | | | | | | | | | | | | ptrace: use fsuid, fsgid, effective creds for fs access checks | Jann Horn | 2016-01-20 | 3 | -13/+14 | |
| * | | | | | | | | | | | | | | fat: constify fatent_operations structures | Julia Lawall | 2016-01-20 | 2 | -13/+13 | |
| * | | | | | | | | | | | | | | fat: permit to return phy block number by fibmap in fallocated region | Namjae Jeon | 2016-01-20 | 4 | -30/+87 | |
| * | | | | | | | | | | | | | | fat: skip cluster allocation on fallocated region | Namjae Jeon | 2016-01-20 | 1 | -2/+8 | |
| * | | | | | | | | | | | | | | fat: add fat_fallocate operation | Namjae Jeon | 2016-01-20 | 3 | -2/+94 | |
| * | | | | | | | | | | | | | | fat: add simple validation for directory inode | OGAWA Hirofumi | 2016-01-20 | 1 | -0/+22 | |
| * | | | | | | | | | | | | | | fat: allow time_offset to be up to 24 hours | Jan Kara | 2016-01-20 | 1 | -1/+6 |