index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2015-07-01
fuse: cleanup request_end()
Miklos Szeredi
1
-4
/
+2
2015-07-01
fuse: request_end(): do once
Miklos Szeredi
1
-2
/
+6
2015-07-01
fuse: add req flag for private list
Miklos Szeredi
2
-3
/
+9
2015-07-01
fuse: pqueue locking
Miklos Szeredi
3
-2
/
+21
2015-07-01
fuse: abort: group pqueue accesses
Miklos Szeredi
1
-1
/
+1
2015-07-01
fuse: cleanup fuse_dev_do_read()
Miklos Szeredi
1
-20
/
+20
2015-07-01
fuse: move list_del_init() from request_end() into callers
Miklos Szeredi
1
-1
/
+7
2015-07-01
fuse: duplicate ->connected in pqueue
Miklos Szeredi
3
-3
/
+8
2015-07-01
fuse: separate out processing queue
Miklos Szeredi
3
-16
/
+30
2015-07-01
fuse: simplify request_wait()
Miklos Szeredi
1
-25
/
+5
2015-07-01
fuse: no fc->lock for iqueue parts
Miklos Szeredi
1
-51
/
+20
2015-07-01
fuse: allow interrupt queuing without fc->lock
Miklos Szeredi
1
-3
/
+9
2015-07-01
fuse: iqueue locking
Miklos Szeredi
1
-6
/
+45
2015-07-01
fuse: dev read: split list_move
Miklos Szeredi
1
-1
/
+2
2015-07-01
fuse: abort: group iqueue accesses
Miklos Szeredi
1
-5
/
+7
2015-07-01
fuse: duplicate ->connected in iqueue
Miklos Szeredi
4
-11
/
+15
2015-07-01
fuse: separate out input queue
Miklos Szeredi
3
-84
/
+111
2015-07-01
fuse: req state use flags
Miklos Szeredi
3
-21
/
+21
2015-07-01
fuse: simplify req states
Miklos Szeredi
3
-9
/
+5
2015-07-01
fuse: don't hold lock over request_wait_answer()
Miklos Szeredi
1
-25
/
+20
2015-07-01
fuse: simplify unique ctr
Miklos Szeredi
2
-7
/
+1
2015-07-01
fuse: rework abort
Miklos Szeredi
1
-11
/
+10
2015-07-01
fuse: fold helpers into abort
Miklos Szeredi
1
-55
/
+38
2015-07-01
fuse: use per req lock for lock/unlock_request()
Miklos Szeredi
2
-22
/
+24
2015-07-01
fuse: req use bitops
Miklos Szeredi
4
-72
/
+71
2015-07-01
fuse: simplify request abort
Miklos Szeredi
1
-73
/
+46
2015-07-01
fuse: call fuse_abort_conn() in dev release
Miklos Szeredi
1
-8
/
+3
2015-07-01
fuse: fold fuse_request_send_nowait() into single caller
Miklos Szeredi
1
-22
/
+10
2015-07-01
fuse: check conn_error earlier
Miklos Szeredi
1
-2
/
+4
2015-07-01
fuse: account as waiting before queuing for background
Miklos Szeredi
1
-4
/
+8
2015-07-01
fuse: reset waiting
Miklos Szeredi
1
-1
/
+3
2015-07-01
fuse: fix background request if not connected
Miklos Szeredi
1
-1
/
+4
2015-07-01
fuse: initialize fc->release before calling it
Miklos Szeredi
1
-1
/
+1
2015-06-02
vfs: read file_handle only once in handle_to_path
Sasha Levin
1
-2
/
+3
2015-05-31
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-4
/
+4
2015-05-29
Merge tag 'xfs-for-linus-4.1-rc6' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
8
-79
/
+112
2015-05-28
d_walk() might skip too much
Al Viro
1
-4
/
+4
2015-05-28
omfs: fix potential integer overflow in allocator
Bob Copeland
1
-1
/
+1
2015-05-28
omfs: fix sign confusion for bitmap loop counter
Bob Copeland
1
-1
/
+2
2015-05-28
omfs: set error return when d_make_root() fails
Bob Copeland
1
-1
/
+3
2015-05-28
fs, omfs: add NULL terminator in the end up the token list
Sasha Levin
1
-1
/
+2
2015-05-28
fs/binfmt_elf.c:load_elf_binary(): return -EINVAL on zero-length mappings
Andrew Morton
1
-1
/
+1
2015-05-29
xfs: fix broken i_nlink accounting for whiteout tmpfile inode
Brian Foster
1
-2
/
+8
2015-05-29
xfs: xfs_iozero can return positive errno
Dave Chinner
1
-1
/
+1
2015-05-29
xfs: xfs_attr_inactive leaves inconsistent attr fork state behind
Dave Chinner
4
-47
/
+58
2015-05-29
xfs: extent size hints can round up extents past MAXEXTLEN
Dave Chinner
1
-12
/
+19
2015-05-29
xfs: inode and free block counters need to use __percpu_counter_compare
Dave Chinner
1
-14
/
+20
2015-05-29
xfs: use percpu_counter_read_positive for mp->m_icount
George Wang
1
-3
/
+6
2015-05-27
Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
13
-74
/
+194
2015-05-27
Merge branch 'overlayfs-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
3
-10
/
+36
[next]