index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
ioctl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)
David Howells
2015-02-22
1
-2
/
+2
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2014-12-12
1
-32
/
+4
|
\
|
*
Btrfs: fix snapshot inconsistency after a file write followed by truncate
Filipe Manana
2014-11-25
1
-3
/
+4
|
*
Btrfs: ensure send always works on roots without orphans
Filipe Manana
2014-11-25
1
-29
/
+0
*
|
btrfs: get rid of f_dentry use
Al Viro
2014-11-19
1
-1
/
+1
|
/
*
vfs: export check_sticky()
Miklos Szeredi
2014-10-24
1
-19
/
+1
*
Merge branch 'for-linus-update' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2014-10-18
1
-0
/
+33
|
\
|
*
Revert "Btrfs: race free update of commit root for ro snapshots"
Chris Mason
2014-10-17
1
-0
/
+33
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2014-10-13
1
-4
/
+1
|
\
\
|
|
/
|
/
|
|
*
vfs: Make d_invalidate return void
Eric W. Biederman
2014-10-09
1
-4
/
+1
*
|
Merge branch 'remove-unlikely' of git://git.kernel.org/pub/scm/linux/kernel/g...
Chris Mason
2014-10-04
1
-1
/
+1
|
\
\
|
*
|
btrfs: remove unlikely from data-dependent branches and slow paths
David Sterba
2014-10-02
1
-1
/
+1
*
|
|
Merge branch 'cleanup/blocksize-diet-part1' of git://git.kernel.org/pub/scm/l...
Chris Mason
2014-10-04
1
-2
/
+1
|
\
\
\
|
*
|
|
btrfs: remove blocksize from btrfs_alloc_free_block and rename
David Sterba
2014-10-02
1
-2
/
+1
|
|
/
/
*
/
/
btrfs: defrag, use unsigned type for extent thresh
David Sterba
2014-10-01
1
-4
/
+4
|
/
/
*
|
Btrfs: fix unprotected device's variants on 32bits machine
Miao Xie
2014-09-17
1
-3
/
+3
*
|
Btrfs: add missing compression property remove in btrfs_ioctl_setflags
Filipe Manana
2014-09-17
1
-0
/
+3
*
|
Btrfs: make btrfs_search_forward return with nodes unlocked
Filipe Manana
2014-09-17
1
-5
/
+0
*
|
btrfs: wake up transaction thread from SYNC_FS ioctl
David Sterba
2014-09-17
1
-0
/
+6
*
|
btrfs: device delete must be sysloged
Anand Jain
2014-09-17
1
-0
/
+3
*
|
btrfs: device add must be sysloged
Anand Jain
2014-09-17
1
-0
/
+3
*
|
btrfs: use DIV_ROUND_UP instead of open-coded variants
David Sterba
2014-09-17
1
-3
/
+2
*
|
btrfs: use nodesize everywhere, kill leafsize
David Sterba
2014-09-17
1
-3
/
+3
*
|
btrfs: kill the key type accessor helpers
David Sterba
2014-09-17
1
-3
/
+3
*
|
btrfs: cleanup ino cache members of btrfs_root
David Sterba
2014-09-17
1
-3
/
+3
|
/
*
Btrfs: kfree()ing ERR_PTRs
Dan Carpenter
2014-09-08
1
-10
/
+15
*
Btrfs: fix autodefrag with compression
Chris Mason
2014-08-27
1
-3
/
+4
*
Btrfs: clone, don't create invalid hole extent map
Filipe Manana
2014-08-21
1
-1
/
+2
*
Btrfs: race free update of commit root for ro snapshots
Filipe Manana
2014-08-21
1
-33
/
+0
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2014-07-04
1
-18
/
+19
|
\
|
*
Btrfs: fix use-after-free when cloning a trailing file hole
Filipe Manana
2014-07-03
1
-11
/
+9
|
*
Btrfs: atomically set inode->i_flags in btrfs_update_iflags
Filipe Manana
2014-07-03
1
-7
/
+10
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2014-06-14
1
-26
/
+121
|
\
|
|
*
btrfs: new ioctl TREE_SEARCH_V2
Gerhard Heift
2014-06-13
1
-0
/
+41
|
*
btrfs: tree_search, search_ioctl: direct copy to userspace
Gerhard Heift
2014-06-12
1
-15
/
+33
|
*
btrfs: tree_search, copy_to_sk: return needed size on EOVERFLOW
Gerhard Heift
2014-06-12
1
-9
/
+15
|
*
btrfs: tree_search, copy_to_sk: return EOVERFLOW for too small buffer
Gerhard Heift
2014-06-12
1
-2
/
+26
|
*
btrfs: tree_search, search_ioctl: accept varying buffer
Gerhard Heift
2014-06-12
1
-7
/
+11
|
*
btrfs: tree_search: eliminate redundant nr_items check
Gerhard Heift
2014-06-12
1
-5
/
+7
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2014-06-11
1
-50
/
+346
|
\
|
|
*
Btrfs: make fsync work after cloning into a file
Filipe Manana
2014-06-09
1
-0
/
+69
|
*
trivial: fs/btrfs/ioctl.c: fix typo s/substract/subtract/
Antonio Ospite
2014-06-09
1
-2
/
+2
|
*
Btrfs: fix clone to deal with holes when NO_HOLES feature is enabled
Filipe Manana
2014-06-09
1
-25
/
+83
|
*
btrfs: replace EINVAL with ERANGE for resize when ULLONG_MAX
Gui Hecheng
2014-06-09
1
-1
/
+1
|
*
Btrfs: update commit root on snapshot creation after orphan cleanup
Filipe Manana
2014-06-09
1
-0
/
+29
|
*
Btrfs: ioctl, don't re-lock extent range when not necessary
Filipe Manana
2014-06-09
1
-2
/
+7
|
*
Btrfs: avoid visiting all extent items when cloning a range
Filipe Manana
2014-06-09
1
-4
/
+22
|
*
Btrfs: set dead flag on the right root when destroying snapshot
Filipe Manana
2014-06-09
1
-6
/
+6
|
*
Btrfs: ensure readers see new data after a clone operation
Filipe Manana
2014-06-09
1
-5
/
+31
|
*
btrfs: replace simple_strtoull() with kstrtoull()
ZhangZhen
2014-06-09
1
-2
/
+3
[next]