index
:
~glisse/linux
amdgpu-debug
bbb-3.8
bxm-3.2
dal
generic-write-protection-rfc
gup
gup-bio-v2
gup-bio-v3
gup-fs-block
gup-scatterlist-v1
hmm
hmm-4.17
hmm-4.19
hmm-4.20
hmm-4.21
hmm-5.1-v2
hmm-5.2-v3
hmm-5.3
hmm-cdm
hmm-cdm-next
hmm-cdm-v2
hmm-cdm-v3
hmm-cdm-v4
hmm-for-4.17
hmm-for-5.1
hmm-intel-v00
hmm-next
hmm-nouveau
hmm-nouveau-5.1
hmm-nouveau-v01
hmm-nouveau-v03
hmm-odp-v2
hmm-p2p
hmm-radeon-v00
hmm-stable
hmm-v10
hmm-v11
hmm-v12
hmm-v13
hmm-v14
hmm-v15
hmm-v16
hmm-v17
hmm-v18
hmm-v19
hmm-v20
hmm-v21
hmm-v22
hmm-v23
hmm-v24
hmm-v25
hmm-v25-4.9
hmm-v25-next
hmm-v9
hmm-y15may21
hms-hbind-v01
kill-page-mapping
kvm-restore-change_pte
master
mmu-notifier
mmu-notifier-context
mmu-notifier-rfc
mmu-notifier-rfc-kvm
mmu-notifier-v05
mmu-notifier-v06
nookhd
nouveau-hmm
nouveau-hmm-v00
nouveau-hmm-v01
odp-5.2
odp-hmm
rdma-5.2
rdma-odp-hmm-v4
scratch
wip-hmm-p2p
wip-kvm-mmu-notifier-opti
wip-p2p-showcase
Linux kernel with some radeon work.
glisse
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
nilfs2
Age
Commit message (
Expand
)
Author
Files
Lines
2011-04-05
fs: export empty_aops
Jens Axboe
1
-2
/
+0
2011-03-30
nilfs2: fix whitespace coding style issues
Nicolas Kaiser
1
-7
/
+7
2011-03-30
nilfs2: fix oops due to a bad aops initialization
Ryusuke Konishi
1
-1
/
+3
2011-03-30
nilfs2: fix data loss in mmap page write for hole blocks
Ryusuke Konishi
1
-6
/
+5
2011-03-24
Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
7
-21
/
+7
2011-03-23
userns: rename is_owner_or_cap to inode_owner_or_capable
Serge E. Hallyn
1
-1
/
+1
2011-03-23
nilfs2: use little-endian bitops
Akinobu Mita
1
-1
/
+1
2011-03-10
Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/core
Jens Axboe
7
-21
/
+7
2011-03-10
block: kill off REQ_UNPLUG
Jens Axboe
1
-1
/
+1
2011-03-10
block: remove per-queue plugging
Jens Axboe
6
-19
/
+6
2011-03-09
nilfs2: get rid of nilfs_sb_info structure
Ryusuke Konishi
12
-134
/
+68
2011-03-09
nilfs2: use sb instance instead of nilfs_sb_info struct
Ryusuke Konishi
7
-145
/
+129
2011-03-09
nilfs2: get rid of sc_sbi back pointer
Ryusuke Konishi
2
-19
/
+12
2011-03-09
nilfs2: move log writer onto nilfs object
Ryusuke Konishi
3
-39
/
+34
2011-03-09
nilfs2: move next generation counter into nilfs object
Ryusuke Konishi
5
-19
/
+15
2011-03-09
nilfs2: move s_inode_lock and s_dirty_files into nilfs object
Ryusuke Konishi
6
-61
/
+63
2011-03-09
nilfs2: move parameters on nilfs_sb_info into nilfs object
Ryusuke Konishi
4
-16
/
+19
2011-03-09
nilfs2: move mount options to nilfs object
Ryusuke Konishi
5
-49
/
+54
2011-03-08
nilfs2: record used amount of each checkpoint in checkpoint list
Ryusuke Konishi
6
-19
/
+25
2011-03-08
nilfs2: optimize rec_len functions
Ryusuke Konishi
1
-0
/
+1
2011-03-08
nilfs2: append blocksize info to warnings during loading super blocks
Ryusuke Konishi
1
-4
/
+7
2011-03-08
nilfs2: add compat ioctl
Ryusuke Konishi
4
-2
/
+24
2011-03-08
nilfs2: implement FS_IOC_GETFLAGS/SETFLAGS/GETVERSION
Ryusuke Konishi
1
-0
/
+70
2011-03-08
nilfs2: tighten restrictions on inode flags
Ryusuke Konishi
2
-5
/
+19
2011-03-08
nilfs2: mark S_NOATIME on inodes only if NOATIME attribute is set
Ryusuke Konishi
1
-2
/
+0
2011-03-08
nilfs2: use common file attribute macros
Ryusuke Konishi
2
-10
/
+7
2011-03-08
nilfs2: add free entries count only if clear bit operation succeeded
Ryusuke Konishi
1
-5
/
+7
2011-03-08
nilfs2: decrement inodes count only if raw inode was successfully deleted
Ryusuke Konishi
1
-2
/
+4
2011-03-03
Merge branch 'i_nlink' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/...
Linus Torvalds
1
-7
/
+1
2011-03-03
nilfs2: i_nlink races in rename()
Al Viro
1
-7
/
+1
2011-03-02
nilfs2: fix regression that i-flag is not set on changeless checkpoints
Ryusuke Konishi
1
-1
/
+2
2011-02-23
mm: prevent concurrent unmap_mapping_range() on the same inode
Miklos Szeredi
6
-23
/
+3
2011-01-22
nilfs2: fix crash after one superblock became unavailable
Ryusuke Konishi
1
-1
/
+2
2011-01-13
Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
1
-4
/
+4
2011-01-10
headers: kobject.h redux
Alexey Dobriyan
1
-1
/
+0
2011-01-10
nilfs2: unfold nilfs_dat_inode function
Ryusuke Konishi
7
-30
/
+19
2011-01-10
nilfs2: do not pass sbi to functions which can get it from inode
Ryusuke Konishi
4
-17
/
+12
2011-01-10
nilfs2: get rid of nilfs_mount_options structure
Ryusuke Konishi
2
-11
/
+3
2011-01-10
nilfs2: simplify nilfs_mdt_freeze_buffer
Ryusuke Konishi
1
-14
/
+12
2011-01-10
nilfs2: get rid of loaded flag from nilfs object
Ryusuke Konishi
2
-4
/
+0
2011-01-10
nilfs2: fix a checkpatch error in page.c
Ryusuke Konishi
1
-1
/
+1
2011-01-10
nilfs2: fiemap support
Ryusuke Konishi
6
-0
/
+222
2011-01-10
nilfs2: mark buffer heads as delayed until the data is written to disk
Ryusuke Konishi
2
-0
/
+3
2011-01-10
nilfs2: call nilfs_error inside bmap routines
Ryusuke Konishi
5
-63
/
+48
2011-01-10
fs/nilfs2/super.c: Use printf extension %pV
Joe Perches
1
-7
/
+16
2011-01-07
fs: provide rcu-walk aware permission i_ops
Nick Piggin
2
-4
/
+8
2011-01-07
fs: icache RCU free inodes
Nick Piggin
1
-1
/
+9
2011-01-07
fs: dcache scale dentry refcount
Nick Piggin
1
-1
/
+1
2010-12-16
nilfs2: fix regression of garbage collection ioctl
Ryusuke Konishi
2
-9
/
+12
2010-11-24
nilfs2: fix typo in comment of nilfs_dat_move function
Ryusuke Konishi
1
-1
/
+1
[next]