Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | kernfs: Add noop_fsync to supported kernfs_file_fops | Tony Luck | 2016-10-27 | 1 | -0/+1 | |
| | |_|_|_|/ / | |/| | | | | | ||||||
* | | | | | | | Merge branch 'for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2016-10-28 | 2 | -14/+64 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | btrfs: fix races on root_log_ctx lists | Chris Mason | 2016-10-27 | 1 | -14/+6 | |
| * | | | | | | Merge branch 'for-chris-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git... | Chris Mason | 2016-10-18 | 1 | -0/+58 | |
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | ||||||
| | * | | | | | Btrfs: fix incremental send failure caused by balance | Filipe Manana | 2016-10-12 | 1 | -0/+58 | |
* | | | | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2016-10-28 | 2 | -1/+4 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | fs: exofs: print a hex number after a 0x prefix | Uwe Kleine-König | 2016-10-28 | 1 | -1/+1 | |
| * | | | | | | | proc: fix NULL dereference when reading /proc/<pid>/auxv | Leon Yu | 2016-10-28 | 1 | -0/+3 | |
* | | | | | | | | Merge tag 'for-linus-4.9-rc2-ofs-1' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2016-10-27 | 4 | -13/+21 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | orangefs: don't use d_time | Miklos Szeredi | 2016-10-24 | 3 | -6/+14 | |
| * | | | | | | | | orangefs: user file_inode() where it is due | Amir Goldstein | 2016-10-24 | 1 | -7/+7 | |
| | |_|_|_|_|_|/ | |/| | | | | | | ||||||
* | | | | | | | | Merge tag 'xfs-fixes-for-linus-4.9-rc3' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 2016-10-27 | 16 | -639/+629 | |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| * | | | | | | | xfs: clear cowblocks tag when cow fork is emptied | Brian Foster | 2016-10-24 | 1 | -1/+5 | |
| * | | | | | | | xfs: fix up inode cowblocks tracking tracepoints | Brian Foster | 2016-10-24 | 1 | -4/+4 | |
| * | | | | | | | fs: Do to trim high file position bits in iomap_page_mkwrite_actor | Jan Kara | 2016-10-24 | 1 | -2/+1 | |
| * | | | | | | | xfs: remove xfs_bunmapi_cow | Christoph Hellwig | 2016-10-20 | 2 | -23/+0 | |
| * | | | | | | | xfs: optimize xfs_reflink_end_cow | Christoph Hellwig | 2016-10-20 | 2 | -64/+56 | |
| * | | | | | | | xfs: optimize xfs_reflink_cancel_cow_blocks | Christoph Hellwig | 2016-10-20 | 1 | -28/+23 | |
| * | | | | | | | xfs: refactor xfs_bunmapi_cow | Christoph Hellwig | 2016-10-20 | 3 | -159/+225 | |
| * | | | | | | | xfs: optimize writes to reflink files | Christoph Hellwig | 2016-10-20 | 4 | -105/+100 | |
| * | | | | | | | xfs: don't bother looking at the refcount tree for reads | Christoph Hellwig | 2016-10-20 | 1 | -5/+8 | |
| * | | | | | | | xfs: handle "raw" delayed extents xfs_reflink_trim_around_shared | Christoph Hellwig | 2016-10-20 | 1 | -1/+2 | |
| * | | | | | | | xfs: add xfs_trim_extent | Darrick J. Wong | 2016-10-20 | 2 | -0/+35 | |
| * | | | | | | | iomap: add IOMAP_REPORT | Christoph Hellwig | 2016-10-20 | 1 | -1/+1 | |
| * | | | | | | | xfs: merge xfs_reflink_remap_range and xfs_file_share_range | Christoph Hellwig | 2016-10-20 | 3 | -174/+143 | |
| * | | | | | | | xfs: remove xfs_file_wait_for_io | Christoph Hellwig | 2016-10-20 | 1 | -29/+10 | |
| * | | | | | | | xfs: move inode locking from xfs_reflink_remap_range to xfs_file_share_range | Christoph Hellwig | 2016-10-20 | 2 | -36/+41 | |
| * | | | | | | | xfs: fix the same_inode check in xfs_file_share_range | Christoph Hellwig | 2016-10-20 | 1 | -1/+1 | |
| * | | | | | | | xfs: remove the same fs check from xfs_file_share_range | Christoph Hellwig | 2016-10-20 | 1 | -3/+0 | |
| * | | | | | | | libxfs: v3 inodes are only valid on crc-enabled filesystems | Roger Willcocks | 2016-10-20 | 3 | -2/+14 | |
| * | | | | | | | libxfs: clean up _calc_dquots_per_chunk | Darrick J. Wong | 2016-10-20 | 1 | -2/+1 | |
| * | | | | | | | xfs: unset MS_ACTIVE if mount fails | Darrick J. Wong | 2016-10-20 | 1 | -0/+1 | |
| * | | | | | | | xfs: remove pointless error goto in xfs_bmap_remap_alloc | Eric Sandeen | 2016-10-20 | 1 | -3/+0 | |
| * | | | | | | | xfs: don't take the IOLOCK exclusive for direct I/O page invalidation | Christoph Hellwig | 2016-10-20 | 1 | -68/+30 | |
| * | | | | | | | xfs: add some 'static' annotations | Eric Biggers | 2016-10-20 | 2 | -3/+3 | |
| * | | | | | | | xfs: Fix uninitialized variable in xfs_reflink_reserve_cow_range() | Geert Uytterhoeven | 2016-10-20 | 1 | -1/+1 | |
| * | | | | | | | xfs: remove redundant assignment of ifp | Colin Ian King | 2016-10-20 | 1 | -1/+1 | |
| |/ / / / / / | ||||||
* | | | / / / | proc: don't use FOLL_FORCE for reading cmdline and environment | Linus Torvalds | 2016-10-25 | 1 | -10/+8 | |
| |_|_|/ / / |/| | | | | | ||||||
* | | | | | | Merge tag 'upstream-4.9-rc2' of git://git.infradead.org/linux-ubifs | Linus Torvalds | 2016-10-24 | 2 | -11/+11 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | ubifs: Abort readdir upon error | Richard Weinberger | 2016-10-20 | 1 | -5/+3 | |
| * | | | | | | ubifs: Fix xattr_names length in exit paths | Richard Weinberger | 2016-10-20 | 1 | -0/+2 | |
| * | | | | | | ubifs: Rename ubifs_rename2 | Richard Weinberger | 2016-10-20 | 1 | -6/+6 | |
* | | | | | | | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2016-10-24 | 9 | -50/+56 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | ext4: add missing KERN_CONT to a few more debugging uses | Joe Perches | 2016-10-15 | 4 | -31/+26 | |
| * | | | | | | | fscrypto: lock inode while setting encryption policy | Eric Biggers | 2016-10-15 | 1 | -0/+4 | |
| * | | | | | | | ext4: correct endianness conversion in __xattr_check_inode() | Eric Biggers | 2016-10-15 | 1 | -1/+1 | |
| * | | | | | | | fscrypto: make XTS tweak initialization endian-independent | Eric Biggers | 2016-10-13 | 1 | -7/+8 | |
| * | | | | | | | ext4: do not advertise encryption support when disabled | Eric Biggers | 2016-10-13 | 1 | -0/+4 | |
| * | | | | | | | jbd2: fix incorrect unlock on j_list_lock | Taesoo Kim | 2016-10-13 | 1 | -1/+2 | |
| * | | | | | | | ext4: super.c: Update logging style using KERN_CONT | Joe Perches | 2016-10-13 | 1 | -10/+11 | |
| | |_|_|_|_|/ | |/| | | | | |