summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2018-08-1315-71/+196
|\
| * ext4: remove unneeded variable "err" in ext4_mb_release_inode_pa()zhong jiang2018-08-041-2/+1
| * ext4: improve code readability in ext4_iget()Liu Song2018-08-021-10/+7
| * ext4: fix spectre gadget in ext4_mb_regular_allocator()Jeremy Cline2018-08-021-1/+3
| * ext4: check for NUL characters in extended attribute's nameTheodore Ts'o2018-08-011-0/+2
| * ext4: use ext4_warning() for sb_getblk failureWang Shilong2018-08-012-6/+6
| * ext4: fix race when setting the bitmap corrupted flagWang Shilong2018-07-291-11/+11
| * ext4: reset error code in ext4_find_entry in fallbackEric Sandeen2018-07-291-0/+1
| * ext4: handle layout changes to pinned DAX mappingsRoss Zwisler2018-07-294-0/+68
| * dax: dax_layout_busy_page() warn on !exceptionalRoss Zwisler2018-07-291-1/+9
| * ext4: use swap macro in mext_page_double_lockGustavo A. R. Silva2018-07-291-3/+1
| * ext4: check allocation failure when duplicating "data" in ext4_remount()Chengguang Xu2018-07-291-0/+3
| * ext4: fix warning message in ext4_enable_quotas()Junichi Uekawa2018-07-291-3/+3
| * ext4: super: extend timestamps to 40 bitsArnd Bergmann2018-07-293-12/+55
| * jbd2: replace current_kernel_time64 with ktime equivalentArnd Bergmann2018-07-291-1/+2
| * ext4: use timespec64 for all inode timesArnd Bergmann2018-07-292-14/+10
| * ext4: use ktime_get_real_seconds for i_dtimeArnd Bergmann2018-07-291-1/+1
| * ext4: use 64-bit timestamps for mmp_timeArnd Bergmann2018-07-291-3/+3
| * ext4: sysfs: print ext4_super_block fields as little-endianArnd Bergmann2018-07-291-3/+10
* | Merge tag '4.19-smb3' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2018-08-1326-667/+1259
|\ \
| * | smb3: create smb3 equivalent alias for cifs pseudo-xattrsSteve French2018-08-101-2/+26
| * | smb3: allow previous versions to be mounted with snapshot= mount parmSteve French2018-08-102-0/+68
| * | cifs: don't show domain= in mount output when domain is emptyRonnie Sahlberg2018-08-101-1/+1
| * | cifs: add missing support for ACLs in SMB 3.11Ronnie Sahlberg2018-08-101-0/+5
| * | smb3: enumerating snapshots was leaving part of the data off endSteve French2018-08-091-7/+27
| * | cifs: update smb2_queryfs() to use compoundingRonnie Sahlberg2018-08-094-26/+131
| * | cifs: update receive_encrypted_standard to handle compounded responsesRonnie Sahlberg2018-08-094-43/+107
| * | cifs: create SMB2_open_init()/SMB2_open_free() helpers.Ronnie Sahlberg2018-08-082-71/+78
| * | cifs: add SMB2_query_info_[init|free]()Ronnie Sahlberg2018-08-082-22/+51
| * | cifs: add SMB2_close_init()/SMB2_close_free()Ronnie Sahlberg2018-08-082-14/+37
| * | smb3: display stats counters for number of slow commandsSteve French2018-08-073-3/+24
| * | CIFS: fix uninitialized ptr deref in smb2 signingAurelien Aptel2018-08-071-2/+3
| * | smb3: Do not send SMB3 SET_INFO if nothing changedSteve French2018-08-072-1/+3
| * | smb3: fix minor debug output for CONFIG_CIFS_STATSSteve French2018-08-071-1/+1
| * | smb3: add tracepoint for slow responsesSteve French2018-08-072-2/+43
| * | cifs: add compound_send_recv()Ronnie Sahlberg2018-08-072-66/+94
| * | cifs: make smb_send_rqst take an array of requestsRonnie Sahlberg2018-08-071-8/+13
| * | cifs: update init_sg, crypt_message to take an array of rqstRonnie Sahlberg2018-08-073-109/+131
| * | smb3: fix reset of bytes read and written statsSteve French2018-08-071-0/+8
| * | smb3: display bytes_read and bytes_written in smb3 statsSteve French2018-08-071-0/+3
| * | cifs: simple stats should always be enabledSteve French2018-08-077-36/+1
| * | cifs: use a refcount to protect open/closing the cached file handleRonnie Sahlberg2018-08-074-6/+31
| * | smb3: add reconnect tracepointsSteve French2018-08-073-0/+29
| * | smb3: add tracepoint for session expired or deletedSteve French2018-08-072-0/+5
| * | cifs: remove unused statsSteve French2018-08-071-14/+0
| * | smb3: don't request leases in symlink creation and querySteve French2018-08-071-2/+2
| * | smb3: remove per-session operations from per-tree connection statsSteve French2018-08-071-28/+18
| * | SMB3: Number of requests sent should be displayed for SMB3 not just CIFSSteve French2018-08-071-1/+1
| * | smb3: snapshot mounts are read-only and make sure info is displayable about t...Steve French2018-08-071-0/+5
| * | smb3: remove noisy warning message on mountSteve French2018-08-071-1/+5