index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'xfs-shift-extents-rework' into for-next
Dave Chinner
2014-09-23
4
-153
/
+289
|
\
|
*
xfs: only writeback and truncate pages for the freed range
Brian Foster
2014-09-23
1
-4
/
+6
|
*
xfs: writeback and inval. file range to be shifted by collapse
Brian Foster
2014-09-23
2
-13
/
+23
|
*
xfs: refactor single extent shift into xfs_bmse_shift_one() helper
Brian Foster
2014-09-23
1
-73
/
+91
|
*
xfs: refactor shift-by-merge into xfs_bmse_merge() helper
Brian Foster
2014-09-23
1
-75
/
+167
|
*
xfs: track collapse via file offset rather than extent index
Brian Foster
2014-09-23
3
-51
/
+53
|
*
xfs: ensure WB_SYNC_ALL writeback handles partial pages correctly
Dave Chinner
2014-09-23
1
-2
/
+14
*
|
Merge branch 'xfs-misc-fixes-for-3.18-1' into for-next
Dave Chinner
2014-09-09
19
-325
/
+290
|
\
\
|
|
/
|
/
|
|
*
xfs: remove rbpp check from xfs_rtmodify_summary_int
Eric Sandeen
2014-09-09
1
-13
/
+5
|
*
xfs: combine xfs_rtmodify_summary and xfs_rtget_summary
Eric Sandeen
2014-09-09
3
-61
/
+43
|
*
xfs: combine xfs_dir_canenter into xfs_dir_createname
Eric Sandeen
2014-09-09
1
-49
/
+11
|
*
xfs: check resblks before calling xfs_dir_canenter
Eric Sandeen
2014-09-09
4
-19
/
+22
|
*
xfs: deduplicate xlog_do_recovery_pass()
Eric Sandeen
2014-09-09
1
-54
/
+27
|
*
xfs: lseek: the "whence" argument is called "whence"
Eric Sandeen
2014-09-09
1
-4
/
+4
|
*
xfs: combine xfs_seek_hole & xfs_seek_data
Eric Sandeen
2014-09-09
1
-122
/
+50
|
*
xfs: export log_recovery_delay to delay mount time log recovery
Brian Foster
2014-09-09
4
-0
/
+52
|
*
xfs: add debug sysfs attribute set
Brian Foster
2014-09-09
3
-2
/
+65
|
*
xfs: add a few more verifier tests
Eric Sandeen
2014-09-09
3
-0
/
+8
|
*
xfs: mark all internal workqueues as freezable
Brian Foster
2014-09-09
3
-9
/
+11
*
|
xfs: trim eofblocks before collapse range
Brian Foster
2014-09-02
1
-2
/
+9
*
|
xfs: xfs_file_collapse_range is delalloc challenged
Dave Chinner
2014-09-02
1
-0
/
+13
*
|
xfs: don't log inode unless extent shift makes extent modifications
Brian Foster
2014-09-02
1
-8
/
+10
*
|
xfs: use ranged writeback and invalidation for direct IO
Dave Chinner
2014-09-02
1
-4
/
+6
*
|
xfs: don't zero partial page cache pages during O_DIRECT writes
Dave Chinner
2014-09-02
1
-1
/
+9
*
|
xfs: don't zero partial page cache pages during O_DIRECT writes
Chris Mason
2014-09-02
1
-1
/
+10
*
|
xfs: don't dirty buffers beyond EOF
Dave Chinner
2014-09-02
1
-0
/
+61
|
/
*
Merge tag 'nfs-for-3.17-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
2014-08-25
2
-29
/
+76
|
\
|
*
nfs: Don't busy-wait on SIGKILL in __nfs_iocounter_wait
David Jeffery
2014-08-22
1
-1
/
+1
|
*
nfs: can_coalesce_requests must enforce contiguity
Weston Andros Adamson
2014-08-22
1
-0
/
+8
|
*
nfs: disallow duplicate pages in pgio page vectors
Weston Andros Adamson
2014-08-22
1
-3
/
+15
|
*
nfs: don't sleep with inode lock in lock_and_join_requests
Weston Andros Adamson
2014-08-22
2
-1
/
+28
|
*
nfs: fix error handling in lock_and_join_requests
Weston Andros Adamson
2014-08-22
1
-1
/
+4
|
*
nfs: use blocking page_group_lock in add_request
Weston Andros Adamson
2014-08-22
1
-11
/
+2
|
*
nfs: fix nonblocking calls to nfs_page_group_lock
Weston Andros Adamson
2014-08-22
1
-8
/
+13
|
*
nfs: change nfs_page_group_lock argument
Weston Andros Adamson
2014-08-22
2
-7
/
+8
*
|
aio: fix reqs_available handling
Benjamin LaHaise
2014-08-24
1
-4
/
+73
|
/
*
Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
2014-08-20
14
-22
/
+269
|
\
|
*
[SMB3] Enable fallocate -z support for SMB3 mounts
Steve French
2014-08-17
1
-0
/
+55
|
*
enable fallocate punch hole ("fallocate -p") for SMB3
Steve French
2014-08-17
5
-1
/
+73
|
*
Incorrect error returned on setting file compressed on SMB2
Steve French
2014-08-17
1
-1
/
+1
|
*
CIFS: Fix wrong directory attributes after rename
Pavel Shilovsky
2014-08-17
1
-0
/
+6
|
*
CIFS: Fix SMB2 readdir error handling
Pavel Shilovsky
2014-08-17
7
-8
/
+25
|
*
[CIFS] Possible null ptr deref in SMB2_tcon
Steve French
2014-08-17
1
-1
/
+2
|
*
[CIFS] Workaround MacOS server problem with SMB2.1 write
Steve French
2014-08-15
1
-1
/
+16
|
*
cifs: handle lease F_UNLCK requests properly
Jeff Layton
2014-08-15
1
-2
/
+3
|
*
Cleanup sparse file support by creating worker function for it
Steve French
2014-08-15
1
-31
/
+49
|
*
Add sparse file support to SMB2/SMB3 mounts
Steve French
2014-08-13
3
-1
/
+47
|
*
Add missing definitions for CIFS File System Attributes
Steve French
2014-08-12
1
-0
/
+23
|
*
cifs: remove unused function cifs_oplock_break_wait
Vincent Stehlé
2014-08-11
1
-7
/
+0
*
|
ext3: Count internal journal as bsddf overhead in ext3_statfs
Chin-Tsung Cheng
2014-08-19
1
-2
/
+3
[next]