Age | Commit message (Expand) | Author | Files | Lines |
2015-04-17 | fs/fat: remove unnecessary defintion | Alexander Kuleshov | 1 | -2/+1 |
2015-04-17 | hfsplus: don't store special "osx" xattr prefix on-disk | Thomas Hebb | 1 | -5/+14 |
2015-04-17 | hfsplus: fix expand when not enough available space | Sergei Antonov | 1 | -0/+6 |
2015-04-17 | hfsplus: incorrect return value | Chengyu Song | 1 | -2/+2 |
2015-04-17 | fs/hfsplus: replace if/BUG by BUG_ON | Fabian Frederick | 1 | -3/+1 |
2015-04-17 | fs/hfsplus: use bool instead of int for is_known_namespace() return value | Fabian Frederick | 1 | -1/+1 |
2015-04-17 | fs/hfsplus: atomically set inode->i_flags | Fabian Frederick | 1 | -7/+5 |
2015-04-17 | fs/hfsplus: move xattr_name allocation in hfsplus_setxattr() | Fabian Frederick | 5 | -65/+35 |
2015-04-17 | fs/hfsplus: move xattr_name allocation in hfsplus_getxattr() | Fabian Frederick | 5 | -67/+38 |
2015-04-17 | hfsplus: add missing curly braces in hfsplus_delete_cat() | Dan Carpenter | 1 | -1/+2 |
2015-04-17 | hfs: incorrect return values | Chengyu Song | 1 | -2/+2 |
2015-04-17 | nilfs2: use inode_set_flags() in nilfs_set_inode_flags() | Ryusuke Konishi | 1 | -7/+8 |
2015-04-17 | nilfs2: put out gfp mask manipulation from nilfs_set_inode_flags() | Ryusuke Konishi | 1 | -2/+2 |
2015-04-17 | nilfs2: fix gcc warning at nilfs_checkpoint_is_mounted() | Ryusuke Konishi | 1 | -1/+1 |
2015-04-17 | nilfs2: improve execution time of NILFS_IOCTL_GET_CPINFO ioctl | Ryusuke Konishi | 1 | -6/+52 |
2015-04-17 | nilfs2: add helper to find existent block on metadata file | Ryusuke Konishi | 2 | -0/+57 |
2015-04-17 | nilfs2: add bmap function to seek a valid key | Ryusuke Konishi | 4 | -1/+115 |
2015-04-17 | nilfs2: unify type of key arguments in bmap interface | Ryusuke Konishi | 4 | -20/+16 |
2015-04-17 | nilfs2: use bgl_lock_ptr() | Ryusuke Konishi | 1 | -2/+5 |
2015-04-17 | nilfs2: use set_mask_bits() for operations on buffer state bitmap | Ryusuke Konishi | 2 | -20/+18 |
2015-04-17 | nilfs2: do not use async write flag for segment summary buffers | Ryusuke Konishi | 1 | -3/+0 |
2015-04-17 | befs: replace typedef befs_inode_info by structure | Fabian Frederick | 2 | -7/+7 |
2015-04-17 | befs: replace typedef befs_sb_info by structure | Fabian Frederick | 5 | -13/+11 |
2015-04-17 | befs: replace typedef befs_mount_options by structure | Fabian Frederick | 2 | -5/+5 |
2015-04-17 | fs/binfmt_misc.c: simplify entry_status() | Rasmus Villemoes | 1 | -21/+9 |
2015-04-16 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 17 | -138/+183 |
2015-04-16 | proc: remove use of seq_printf return value | Joe Perches | 2 | -36/+50 |
2015-04-16 | lib/string_helpers.c: change semantics of string_escape_mem | Rasmus Villemoes | 1 | -2/+2 |
2015-04-16 | kernel: conditionally support non-root users, groups and capabilities | Iulia Manda | 2 | -1/+2 |
2015-04-16 | /proc/PID/status: show all sets of pid according to ns | Chen Hanxiao | 1 | -0/+18 |
2015-04-16 | dax: unify ext2/4_{dax,}_file_operations | Boaz Harrosh | 9 | -64/+9 |
2015-04-16 | dax: use pfn_mkwrite to update c/mtime + freeze protection | Boaz Harrosh | 3 | -0/+19 |
2015-04-16 | fs, jfs: remove slab object constructor | David Rientjes | 2 | -20/+12 |
2015-04-16 | hugetlbfs: accept subpool min_size mount option and setup accordingly | Mike Kravetz | 1 | -19/+71 |
2015-04-16 | Merge tag 'locks-v4.1-1' of git://git.samba.org/jlayton/linux | Linus Torvalds | 2 | -37/+37 |
2015-04-15 | Merge tag 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw... | Linus Torvalds | 3 | -70/+77 |
2015-04-15 | Merge tag 'upstream-4.1-rc1' of git://git.infradead.org/linux-ubifs | Linus Torvalds | 25 | -429/+436 |
2015-04-15 | Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 60 | -820/+300 |
2015-04-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 3 | -5/+18 |
2015-04-15 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 24 | -134/+279 |
2015-04-15 | mm, mempool: do not allow atomic resizing | David Rientjes | 1 | -4/+2 |
2015-04-15 | mm: fold arch_randomize_brk into ARCH_HAS_ELF_RANDOMIZE | Kees Cook | 1 | -3/+1 |
2015-04-15 | mm: split ET_DYN ASLR from mmap ASLR | Kees Cook | 2 | -17/+4 |
2015-04-15 | fs/binfmt_elf.c: fix bug in loading of PIE binaries | Michael Davidson | 1 | -1/+8 |
2015-04-15 | cleancache: remove limit on the number of cleancache enabled filesystems | Vladimir Davydov | 1 | -1/+1 |
2015-04-15 | cleancache: zap uuid arg of cleancache_init_shared_fs | Vladimir Davydov | 1 | -1/+1 |
2015-04-15 | ocfs2: copy fs uuid to superblock | Vladimir Davydov | 1 | -0/+2 |
2015-04-15 | page_writeback: clean up mess around cancel_dirty_page() | Konstantin Khlebnikov | 3 | -8/+3 |
2015-04-15 | ocfs2: make mlog_errno return the errno | Andrew Morton | 1 | -2/+3 |
2015-04-15 | ocfs2: check if the ocfs2 lock resource has been initialized before calling o... | alex chen | 1 | -0/+5 |