Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | | GFS2: Switch tr_touched to flag in transaction | Bob Peterson | 2017-01-27 | 4 | -18/+23 | |
| * | | | | | | | | | | | | | GFS2: Wake up io waiters whenever a flush is done | Bob Peterson | 2017-01-07 | 1 | -1/+5 | |
| * | | | | | | | | | | | | | GFS2: Made logd daemon take into account log demand | Bob Peterson | 2017-01-05 | 3 | -2/+9 | |
| * | | | | | | | | | | | | | GFS2: Limit number of transaction blocks requested for truncates | Bob Peterson | 2017-01-05 | 1 | -3/+26 | |
| * | | | | | | | | | | | | | GFS2: Fix reference to ERR_PTR in gfs2_glock_iter_next | Dan Carpenter | 2016-12-16 | 1 | -5/+7 | |
* | | | | | | | | | | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 2017-02-21 | 11 | -193/+205 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | fanotify: simplify the code of fanotify_merge | Kinglong Mee | 2017-02-09 | 1 | -8/+3 | |
| * | | | | | | | | | | | | | | udf: simplify udf_ioctl() | Fabian Frederick | 2017-02-03 | 1 | -26/+15 | |
| * | | | | | | | | | | | | | | udf: fix ioctl errors | Fabian Frederick | 2017-02-03 | 1 | -1/+4 | |
| * | | | | | | | | | | | | | | udf: allow implicit blocksize specification during mount | Fabian Frederick | 2017-01-20 | 1 | -9/+19 | |
| * | | | | | | | | | | | | | | udf: check partition reference in udf_read_inode() | Fabian Frederick | 2017-01-10 | 1 | -0/+6 | |
| * | | | | | | | | | | | | | | udf: atomically read inode size | Fabian Frederick | 2017-01-10 | 2 | -4/+5 | |
| * | | | | | | | | | | | | | | udf: merge module informations in super.c | Fabian Frederick | 2017-01-10 | 2 | -7/+6 | |
| * | | | | | | | | | | | | | | udf: remove next_epos from udf_update_extent_cache() | Fabian Frederick | 2017-01-10 | 1 | -14/+11 | |
| * | | | | | | | | | | | | | | udf: Factor out trimming of crtime | Fabian Frederick | 2017-01-10 | 1 | -14/+11 | |
| * | | | | | | | | | | | | | | udf: remove empty condition | Fabian Frederick | 2017-01-10 | 1 | -2/+0 | |
| * | | | | | | | | | | | | | | udf: remove unneeded line break | Fabian Frederick | 2017-01-10 | 1 | -2/+1 | |
| * | | | | | | | | | | | | | | udf: merge bh free | Fabian Frederick | 2017-01-10 | 1 | -18/+10 | |
| * | | | | | | | | | | | | | | udf: use pointer for kernel_long_ad argument | Fabian Frederick | 2017-01-10 | 1 | -14/+9 | |
| * | | | | | | | | | | | | | | udf: use __packed instead of __attribute__ ((packed)) | Fabian Frederick | 2017-01-10 | 2 | -66/+66 | |
| * | | | | | | | | | | | | | | udf: Make stat on symlink report symlink length as st_size | Jan Kara | 2017-01-05 | 4 | -2/+33 | |
| * | | | | | | | | | | | | | | fs/udf: make #ifdef UDF_PREALLOCATE unconditional | Steve Kenton | 2017-01-03 | 2 | -3/+0 | |
| * | | | | | | | | | | | | | | fs: udf: Replace CURRENT_TIME with current_time() | Deepa Dinamani | 2017-01-03 | 1 | -3/+6 | |
* | | | | | | | | | | | | | | | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 2017-02-21 | 19 | -479/+1582 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | CIFS: Allow to switch on encryption with seal mount option | Pavel Shilovsky | 2017-02-01 | 2 | -31/+43 | |
| * | | | | | | | | | | | | | | | CIFS: Add capability to decrypt big read responses | Pavel Shilovsky | 2017-02-01 | 3 | -13/+169 | |
| * | | | | | | | | | | | | | | | CIFS: Decrypt and process small encrypted packets | Pavel Shilovsky | 2017-02-01 | 7 | -3/+243 | |
| * | | | | | | | | | | | | | | | CIFS: Add copy into pages callback for a read operation | Pavel Shilovsky | 2017-02-01 | 2 | -6/+49 | |
| * | | | | | | | | | | | | | | | CIFS: Add mid handle callback | Pavel Shilovsky | 2017-02-01 | 5 | -11/+20 | |
| * | | | | | | | | | | | | | | | CIFS: Add transform header handling callbacks | Pavel Shilovsky | 2017-02-01 | 2 | -5/+15 | |
| * | | | | | | | | | | | | | | | CIFS: Encrypt SMB3 requests before sending | Pavel Shilovsky | 2017-02-01 | 10 | -10/+320 | |
| * | | | | | | | | | | | | | | | CIFS: Enable encryption during session setup phase | Pavel Shilovsky | 2017-02-01 | 2 | -22/+12 | |
| * | | | | | | | | | | | | | | | CIFS: Add capability to transform requests before sending | Pavel Shilovsky | 2017-02-01 | 3 | -33/+136 | |
| * | | | | | | | | | | | | | | | CIFS: Separate RFC1001 length processing for SMB2 read | Pavel Shilovsky | 2017-02-01 | 4 | -25/+74 | |
| * | | | | | | | | | | | | | | | CIFS: Separate SMB2 sync header processing | Pavel Shilovsky | 2017-02-01 | 2 | -20/+35 | |
| * | | | | | | | | | | | | | | | CIFS: Send RFC1001 length in a separate iov | Pavel Shilovsky | 2017-02-01 | 6 | -95/+174 | |
| * | | | | | | | | | | | | | | | CIFS: Make send_cancel take rqst as argument | Pavel Shilovsky | 2017-02-01 | 3 | -17/+22 | |
| * | | | | | | | | | | | | | | | CIFS: Make SendReceive2() takes resp iov | Pavel Shilovsky | 2017-02-01 | 5 | -100/+136 | |
| * | | | | | | | | | | | | | | | CIFS: Separate SMB2 header structure | Pavel Shilovsky | 2017-02-01 | 7 | -148/+174 | |
| * | | | | | | | | | | | | | | | CIFS: Fix splice read for non-cached files | Pavel Shilovsky | 2017-02-01 | 1 | -1/+9 | |
| * | | | | | | | | | | | | | | | cifs: Add soft dependencies | Jean Delvare | 2017-02-01 | 1 | -0/+12 | |
| * | | | | | | | | | | | | | | | cifs: Only select the required crypto modules | Jean Delvare | 2017-02-01 | 1 | -2/+3 | |
| * | | | | | | | | | | | | | | | cifs: Simplify SMB2 and SMB311 dependencies | Jean Delvare | 2017-02-01 | 1 | -3/+2 | |
| | |_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 2017-02-21 | 20 | -136/+455 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | ext4: rename EXT4_IOC_GOINGDOWN to EXT4_IOC_SHUTDOWN | Theodore Ts'o | 2017-02-20 | 2 | -5/+5 | |
| * | | | | | | | | | | | | | | | ext4: fix fencepost in s_first_meta_bg validation | Theodore Ts'o | 2017-02-15 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | ext4: don't BUG when truncating encrypted inodes on the orphan list | Theodore Ts'o | 2017-02-14 | 1 | -0/+4 | |
| * | | | | | | | | | | | | | | | ext4: do not use stripe_width if it is not set | Jan Kara | 2017-02-10 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | | ext4: fix stripe-unaligned allocations | Jan Kara | 2017-02-10 | 1 | -2/+4 | |
| * | | | | | | | | | | | | | | | dax: assert that i_rwsem is held exclusive for writes | Christoph Hellwig | 2017-02-08 | 1 | -1/+5 |