summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* cifs_dbg() outputs an uninitialized buffer in cifs_readdir()Vasily Averin2016-01-141-0/+1
* cifs: fix race between call_async() and reconnect()Rabin Vincent2016-01-142-3/+5
* Prepare for encryption support (first part). Add decryption and encryption ke...Steve French2016-01-1410-33/+156
* cifs: Allow using O_DIRECT with cache=looseRoss Lagerwall2016-01-141-0/+15
* cifs: Make echo interval tunableSteve French2016-01-143-11/+34
* cifs: Check uniqueid for SMB2+ and return -ESTALE if necessaryRoss Lagerwall2016-01-141-2/+22
* Print IP address of unresponsive serverArnd Hannemann2016-01-141-2/+5
* cifs: Ratelimit kernel log messagesJamie Bainbridge2016-01-142-6/+5
* Merge tag 'xfs-for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-01-1445-443/+852
|\
| * Merge branch 'xfs-misc-fixes-for-4.5-2' into for-nextDave Chinner2016-01-1118-234/+159
| |\
| | * xfs: handle dquot buffer readahead in log recovery correctlyDave Chinner2016-01-115-9/+41
| | * xfs: inode recovery readahead can race with inode buffer creationDave Chinner2016-01-112-5/+14
| | * xfs: eliminate committed arg from xfs_bmap_finishEric Sandeen2016-01-1110-218/+68
| | * xfs: bmapbt checking on debug kernels too expensiveDave Chinner2016-01-081-2/+8
| | * xfs: add tracepoints to readpage callsDave Chinner2016-01-082-0/+28
| * | Merge branch 'xfs-dax-fixes-for-4.5' into for-nextDave Chinner2016-01-042-12/+24
| |\ \
| | * | xfs: fix recursive splice read locking with DAXDave Chinner2016-01-041-9/+16
| | * | xfs: Don't use reserved blocks for data blocks with DAXDave Chinner2016-01-041-3/+8
| * | | Merge branch 'xfs-misc-fixes-for-4.5' into for-nextDave Chinner2016-01-0428-83/+126
| |\ \ \ | | | |/ | | |/|
| | * | XFS: Use a signed return type for suffix_kstrtoint()Markus Elfring2016-01-041-1/+1
| | * | libxfs: refactor short btree block verificationDarrick J. Wong2016-01-044-54/+67
| | * | libxfs: pack the agfl header structure so XFS_AGFL_SIZE is correctDarrick J. Wong2016-01-041-1/+1
| | * | libxfs: use a convenience variable instead of open-coding the forkDarrick J. Wong2016-01-041-11/+12
| | * | xfs: fix log ticket type printingDarrick J. Wong2016-01-041-2/+4
| | * | libxfs: make xfs_alloc_fix_freelist non-staticDarrick J. Wong2016-01-042-1/+2
| | * | xfs: make xfs_buf_ioend_async() staticAlexander Kuleshov2016-01-041-1/+1
| | * | xfs: send warning of project quota to userspace via netlinkMasatake YAMATO2016-01-041-5/+9
| | * | xfs: get mp from bma->ip in xfs_bmap codeEric Sandeen2016-01-041-2/+2
| | * | xfs: print name of verifier if it failsEric Sandeen2016-01-0418-2/+24
| | * | libxfs: Optimize the loop for xfs_bitmap_emptyJia He2016-01-041-3/+3
| | |/
| * | xfs: debug mode log record crc error injectionBrian Foster2016-01-043-7/+77
| * | xfs: detect and trim torn writes during log recoveryBrian Foster2016-01-041-20/+289
| * | xfs: refactor log record start detection into a new helperBrian Foster2016-01-041-35/+83
| * | xfs: support a crc verification only log record passBrian Foster2016-01-042-5/+20
| * | xfs: return start block of first bad log record during recoveryBrian Foster2016-01-041-4/+16
| * | xfs: refactor and open code log record crc checkBrian Foster2016-01-041-46/+26
| * | xfs: refactor log record unpack and data processingBrian Foster2016-01-041-12/+23
| * | xfs: detect and handle invalid iclog size set by mkfsBrian Foster2016-01-041-1/+25
| |/
* | Merge tag 'for-f2fs-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2016-01-1419-725/+1214
|\ \
| * | f2fs: should unset atomic flag after successful commitJaegeuk Kim2016-01-121-1/+3
| * | f2fs: fix wrong memory condition checkJaegeuk Kim2016-01-121-2/+2
| * | f2fs: monitor the number of background checkpointJaegeuk Kim2016-01-123-2/+6
| * | f2fs: detect idle time depending on user behaviorJaegeuk Kim2016-01-129-10/+38
| * | f2fs: introduce time and interval facilityJaegeuk Kim2016-01-124-7/+25
| * | f2fs: skip releasing nodes in chindless extent treeChao Yu2016-01-081-4/+9
| * | f2fs: use atomic type for node count in extent treeChao Yu2016-01-082-9/+10
| * | f2fs: recognize encrypted data in f2fs_fiemapChao Yu2016-01-081-1/+5
| * | f2fs: clean up f2fs_balance_fsJaegeuk Kim2016-01-088-38/+33
| * | f2fs: remove redundant callsJaegeuk Kim2016-01-081-3/+0
| * | f2fs: avoid unnecessary f2fs_balance_fs callsJaegeuk Kim2016-01-086-29/+30