summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* mm: kmem: rename memcg_kmem_(un)charge() into memcg_kmem_(un)charge_page()Roman Gushchin2020-04-021-1/+1
* fs_parse: remove pr_notice() about each validationKees Cook2020-04-021-2/+0
* ocfs2: use memalloc_nofs_save instead of memalloc_noio_saveMatthew Wilcox (Oracle)2020-04-021-14/+10
* ocfs2: use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-04-024-80/+80
* ocfs2: roll back the reference count modification of the parent directory if ...wangjian2020-04-021-4/+11
* ocfs2: ocfs2_fs.h: replace zero-length array with flexible-array memberGustavo A. R. Silva2020-04-021-9/+9
* ocfs2: dlm: replace zero-length array with flexible-array memberGustavo A. R. Silva2020-04-021-4/+4
* ocfs2: cluster: replace zero-length array with flexible-array memberGustavo A. R. Silva2020-04-021-1/+1
* ocfs2: replace zero-length array with flexible-array memberGustavo A. R. Silva2020-04-021-1/+1
* ocfs2: add missing annotations for ocfs2_refcount_cache_lock() and ocfs2_refc...Jules Irenge2020-04-021-0/+2
* ocfs2: remove useless errAlex Shi2020-04-022-4/+3
* ocfs2: correct annotation from "l_next_rec" to "l_next_free_rec"wangyan2020-04-021-1/+1
* ocfs2: there is no need to log twice in several functionswangyan2020-04-022-6/+0
* ocfs2: remove dlm_lock_is_remoteAlex Shi2020-04-021-2/+0
* ocfs2: use OCFS2_SEC_BITS in macroAlex Shi2020-04-021-1/+1
* ocfs2: remove unused macrosAlex Shi2020-04-024-8/+0
* ocfs2: remove FS_OCFS2_NMAlex Shi2020-04-021-2/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-03-313-0/+277
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2020-03-293-3/+14
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-2527-120/+196
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-03-131-0/+14
| |\ \ \
| | * | | fs/nsfs.c: Added ns_matchCarlos Neira2020-03-121-0/+14
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-1227-216/+196
| |\ \ \ \ | | |/ / / | |/| | |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-02-2718-153/+330
| |\ \ \ \
| * | | | | sysfs: add sysfs_change_owner()Christian Brauner2020-02-261-0/+60
| * | | | | sysfs: add sysfs_group{s}_change_owner()Christian Brauner2020-02-261-0/+115
| * | | | | sysfs: add sysfs_link_change_owner()Christian Brauner2020-02-261-0/+41
| * | | | | sysfs: add sysfs_file_change_owner()Christian Brauner2020-02-261-0/+47
* | | | | | Merge tag 'selinux-pr-20200330' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-03-313-38/+38
|\ \ \ \ \ \
| * | | | | | NFS: Ensure security label is set for root inodeScott Mayhew2020-03-303-38/+38
* | | | | | | Merge tag '5.7-rc-smb3-fixes-part1' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2020-03-3123-232/+673
|\ \ \ \ \ \ \
| * | | | | | | cifs: update internal module version numberSteve French2020-03-292-3/+5
| * | | | | | | cifs: Allocate encryption header through kmallocLong Li2020-03-291-11/+17
| * | | | | | | cifs: smbd: Check and extend sender credits in interrupt contextLong Li2020-03-292-24/+15
| * | | | | | | cifs: smbd: Calculate the correct maximum packet size for segmented SMBDirect...Long Li2020-03-293-24/+20
| * | | | | | | smb3: use SMB2_SIGNATURE_SIZE defineSteve French2020-03-271-1/+1
| * | | | | | | CIFS: Fix bug which the return value by asynchronous read is errorYilu Lin2020-03-221-1/+1
| * | | | | | | CIFS: check new file size when extending file by fallocateMurphy Zhou2020-03-221-0/+4
| * | | | | | | SMB3: Minor cleanup of protocol definitionsSteve French2020-03-221-4/+11
| * | | | | | | SMB3: Additional compression structuresSteve French2020-03-221-1/+16
| * | | | | | | SMB3: Add new compression flagsSteve French2020-03-221-1/+7
| * | | | | | | cifs: smb2pdu.h: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-221-19/+19
| * | | | | | | cifs: clear PF_MEMALLOC before exiting demultiplex threadEric Biggers2020-03-221-1/+4
| * | | | | | | cifs: cifspdu.h: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-221-9/+9
| * | | | | | | CIFS: Warn less noisily on default mountSteve French2020-03-221-5/+6
| * | | | | | | fs/cifs: fix gcc warning in sid_to_idQiujun Huang2020-03-221-2/+3
| * | | | | | | cifs: allow unlock flock and OFD lock across forkMurphy Zhou2020-03-221-1/+6
| * | | | | | | cifs: do d_move in renameSteve French2020-03-222-2/+4
| * | | | | | | cifs: add SMB2_open() arg to return POSIX dataAurelien Aptel2020-03-226-35/+66
| * | | | | | | cifs: plumb smb2 POSIX dir enumerationAurelien Aptel2020-03-222-7/+109